From: Andre Noll Date: Fri, 6 Jun 2008 08:44:14 +0000 (+0200) Subject: osl.h depends on Makefile. X-Git-Tag: v0.1.0~70 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=55f0ec4ba380864a06f14a7ea5793407e88def87 osl.h depends on Makefile. --- diff --git a/Makefile b/Makefile index bcb5cea..4bd16e4 100644 --- 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