1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00

Fix the flag on `rm' to properly do a recursive deletion.

llvm-svn: 8582
This commit is contained in:
Misha Brukman 2003-09-17 18:20:35 +00:00
parent a54026a27b
commit 58758858b3

View 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