]> git.tuebingen.mpg.de Git - osl.git/commitdiff
osl.h depends on Makefile.
authorAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 08:44:14 +0000 (10:44 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 08:44:14 +0000 (10:44 +0200)
Makefile

index bcb5cea550c1f332e6f57adfa9066292992206dd..4bd16e45945cf3cd84066407924af9fedf3f8c94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,6 @@ Makefile.deps: $(wildcard *.c *.h)
        $(CC) -MM -MG *.c > $@
 osl.c: errtab.h
 
-
 -include Makefile.deps
 
 fsck.cmdline.o: fsck.cmdline.c fsck.cmdline.h
@@ -133,8 +132,8 @@ osl_errors.h: errlist
 errtab.h: errlist
        sed -e 's/^\([A-Z_]*\)\s*\(.*\)/_S(E_OSL_\1, \2)/g' $< > $@
 
-osl.h: osl.h.in osl_errors.h
-       cat $^ > $@
+osl.h: osl.h.in osl_errors.h Makefile
+       cat osl.h.in osl_errors.h > $@
 clean:
        rm -f *.o $(realname) osl.h osl_errors.h errtab.h fsck.cmdline.h fsck.cmdline.c