Fix the flag on `rm' to properly do a recursive deletion.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 17 Sep 2003 18:20:35 +0000 (18:20 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 17 Sep 2003 18:20:35 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8582 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

index f653d60291ec4a614df4848dc1c3833b7868ad7d..5797161619b7ac1bf2e1f533382737e6da35ec78 100644 (file)
@@ -10,7 +10,7 @@ gram.tab.c gram.tab.h:: gram.yc
 $(SourceDir)/lex.c: gram.tab.h
 
 clean::
-       rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
+       rm -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
 
 #$(BUILD_OBJ_DIR)/Release/lex.o $(BUILD_OBJ_DIR)/Profile/lex.o $(BUILD_OBJ_DIR)/Debug/lex.o: gram.tab.h
 
index f653d60291ec4a614df4848dc1c3833b7868ad7d..5797161619b7ac1bf2e1f533382737e6da35ec78 100644 (file)
@@ -10,7 +10,7 @@ gram.tab.c gram.tab.h:: gram.yc
 $(SourceDir)/lex.c: gram.tab.h
 
 clean::
-       rm -ff gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
+       rm -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
 
 #$(BUILD_OBJ_DIR)/Release/lex.o $(BUILD_OBJ_DIR)/Profile/lex.o $(BUILD_OBJ_DIR)/Debug/lex.o: gram.tab.h