From e99abd180900d590685dd8762bc3b17407197290 Mon Sep 17 00:00:00 2001 From: Moritz Kroll Date: Fri, 1 Aug 2008 11:35:28 +0000 Subject: [PATCH] Fixed broken Makefile (oops...) [r20896] --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 017f797..52f5da7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ SOURCES := \ adt/xmalloc.c \ ast.c \ ast2firm.c \ - config.h \ diagnostic.c \ entitymap.c \ format_check.c \ @@ -75,7 +74,7 @@ config.h: %.h: @true -.depend: $(SOURCES) +.depend: config.h $(SOURCES) @echo "#define cparser_REVISION \"`svnversion -n .`\"" > .revision.h $(Q)if diff -Nq .revision.h revision.h > /dev/null; then \ rm .revision.h; \ -- 2.20.1