diff options
-rw-r--r-- | support/tools/Burg/Makefile | 2 | ||||
-rw-r--r-- | utils/Burg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index f653d60291..5797161619 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/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 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 |