Ignore fixes.

This commit is contained in:
Roy Marples
2008-03-03 13:14:54 +00:00
parent 7a8e9d4ddb
commit f35c879bb8
5 changed files with 8 additions and 3 deletions

View File

@@ -40,6 +40,6 @@ install: all realinstall ${INSTALLAFTER}
# so we ensure that it has a bogus argument
CLEANFILES+= ${OBJS}
clean:
if test -n "${CLEANFILES}"; then rm -f ${CLEANFILES}; fi
@if test -n "${CLEANFILES}"; then echo "rm -f ${CLEANFILES}"; rm -f ${CLEANFILES}; fi
include ${MK}/gitignore.mk