diff options
Diffstat (limited to 'src/depend.mk')
-rw-r--r-- | src/depend.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/depend.mk b/src/depend.mk deleted file mode 100644 index a4d717ae..00000000 --- a/src/depend.mk +++ /dev/null @@ -1,11 +0,0 @@ -# This only works for make implementations that always include a .depend if -# it exists. Only GNU make does not do this. - -# Copyright 2008 Roy Marples <roy@marples.name> - -CLEANFILES+= .depend - -.depend: ${SRCS} - ${CC} ${CFLAGS} -MM ${SRCS} > .depend - -depend: .depend |