consistently use DEL instead of rm in Makefiles

This commit is contained in:
Hartmut Holzgraefe
2014-08-17 21:02:24 +00:00
parent 285605b33f
commit fb87f68368
10 changed files with 27 additions and 19 deletions

View File

@ -62,7 +62,7 @@ install: liblink
install ./libquery_classifier.so.1.0.1 ./libquery_classifier.so $(DEST)/lib
depend:
@rm -f depend
@$(DEL) depend
$(CPP) -M $(CFLAGS) \
$(MYSQL_HEADERS) \
-I$(LOG_MANAGER_PATH) \