Ignore fixes.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user