From 36e16cef478a9cf4de96e5aea013c624de224e03 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 13 Apr 2007 15:23:03 +0000 Subject: [PATCH] Ignore and clean .depend --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f8b7bce3..a2691bca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -151,7 +151,7 @@ install: $(TARGET) clean: rm -f $(TARGET) $(RCLINKS) $(RCPRIVLINKS) - rm -f *.o *~ *.core *.so + rm -f *.o *~ *.core *.so .depend -include .depend .depend: $(wildcard *.c *.h)