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

@ -20,6 +20,9 @@
# client program
# 18/06/14 Mark Riddoch Addition of conditional for histedit
include ../build_gateway.inc
include ../makefile.inc
ifeq ($(wildcard /usr/include/histedit.h), )
HISTLIB=
HISTFLAG=
@ -63,14 +66,14 @@ maxadmin: $(OBJ)
clean:
rm -f $(OBJ) maxadmin
- rm *.so
$(DEL) $(OBJ) maxadmin
$(DEL) *.so
tags:
ctags $(SRCS) $(HDRS)
depend:
@rm -f depend.mk
@$(DEL) depend.mk
cc -M $(CFLAGS) $(SRCS) > depend.mk
install: maxadmin