mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 02:07:16 +00:00
Fix the flag on `rm' to properly do a recursive deletion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63bd61330b
commit
4104f23e52
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user