cparser.bootstrap2 depends on cparser.bootstrap.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:16:40 +0000 (10:16 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:17:39 +0000 (10:17 +0200)
Makefile

index dd8c885..14822a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ cparser.bootstrape: $(CPARSEROS_E)
        @echo "===> LD $@"
        $(Q)gcc $(CPARSEROS_E) $(LFLAGS) -o $@
 
-cparser.bootstrap2: $(CPARSEROS2)
+cparser.bootstrap2: cparser.bootstrap $(CPARSEROS2)
        @echo "===> LD $@"
        $(Q)./cparser.bootstrap $(CPARSEROS2) $(LFLAGS) -o $@