summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-17 18:20:35 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-17 18:20:35 +0000
commit4104f23e52c3c089a8535786b6a87a8eb6dd1374 (patch)
treeca73d95abee5caa6bfc7e44cfe7ca2050cc8cb8f /utils
parent63bd61330b89afc669b17a08a25b97ba911e1c96 (diff)
downloadllvm-4104f23e52c3c089a8535786b6a87a8eb6dd1374.tar.gz
llvm-4104f23e52c3c089a8535786b6a87a8eb6dd1374.tar.bz2
llvm-4104f23e52c3c089a8535786b6a87a8eb6dd1374.tar.xz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index f653d60291..5797161619 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -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