Remove dubious/unnecessary dependencies.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:16:13 +0000 (10:16 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:17:39 +0000 (10:17 +0200)
Makefile

index 78ee5e6..dd8c885 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,11 +109,11 @@ splint: $(SPLINTS)
 
 selfcheck: $(CPARSERS)
 
-bootstrap: build/cpb build/cpb/adt build/cpb/driver $(CPARSEROS) cparser.bootstrap
+bootstrap: cparser.bootstrap
 
-bootstrape: build/cpb build/cpb/adt build/cpb/driver $(CPARSEROS_E) cparser.bootstrape
+bootstrape: cparser.bootstrape
 
-bootstrap2: build/cpb2 build/cpb2/adt build/cpb2/driver $(CPARSEROS2) cparser.bootstrap2
+bootstrap2: cparser.bootstrap2
 
 %.c.splint: %.c
        @echo '===> SPLINT $<'