Remove stale stuff from Makefile.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 8 Apr 2011 10:49:23 +0000 (12:49 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 8 Apr 2011 10:50:09 +0000 (12:50 +0200)
Makefile

index 80ec0bb..f838e21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,9 @@ CPARSEROS2 = $(SOURCES:%.c=build/cpb2/%.o)
 
 Q = @
 
-all: $(DIRS) $(GOAL)
+all: $(GOAL)
 
-.PHONY: all clean dirs bootstrap bootstrap2
+.PHONY: all clean bootstrap bootstrap2
 
 ifeq ($(findstring $(MAKECMDGOALS), clean depend),)
 -include .depend
@@ -116,10 +116,6 @@ bootstrap2: build/cpb2 build/cpb2/adt build/cpb2/driver $(CPARSEROS2) cparser.bo
        @echo '===> CPARSER $<'
        $(Q)./cparser $(CPPFLAGS) -fsyntax-only $<
 
-$(DIRS):
-       @echo "===> MKDIR $@"
-       $(Q)mkdir -p $@
-
 gen_builtins.h: builtins/builtins.c create_builtins_h.sh
        @echo '===> CREATE_BUILTINS $<'
        $(Q)./create_builtins_h.sh "$<" > $@