makefile fix
authorMatthias Braun <matze@braunis.de>
Fri, 25 Jul 2008 09:07:23 +0000 (09:07 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 25 Jul 2008 09:07:23 +0000 (09:07 +0000)
[r20682]

Makefile

index acc6009..450950e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,8 @@ builtins.h: builtins/builtins.c
        @echo '===> CREATE_BUILTINS $<'
        $(Q)./create_builtins_h.sh > $@
 
+main.c: builtins.h
+
 build/cpb/%.o: %.c build/cparser
        @echo '===> CPARSER $<'
        $(Q)./build/cparser $(CPPFLAGS) -std=c99 -Wall -g3 -c $< -o $@