Fixed broken Makefile (oops...)
authorMoritz Kroll <Moritz.Kroll@gmx.de>
Fri, 1 Aug 2008 11:35:28 +0000 (11:35 +0000)
committerMoritz Kroll <Moritz.Kroll@gmx.de>
Fri, 1 Aug 2008 11:35:28 +0000 (11:35 +0000)
[r20896]

Makefile

index 017f797..52f5da7 100644 (file)
--- 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;                                    \