summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-13 15:23:03 +0000
committerRoy Marples <roy@marples.name>2007-04-13 15:23:03 +0000
commit36e16cef478a9cf4de96e5aea013c624de224e03 (patch)
tree52c5888c008d38e1c67c00441c338f37e3013982 /src/Makefile
parent876bd89f4b99f0149b526d88bb03f91847f0c33d (diff)
downloadopenrc-36e16cef478a9cf4de96e5aea013c624de224e03.tar.gz
openrc-36e16cef478a9cf4de96e5aea013c624de224e03.tar.bz2
openrc-36e16cef478a9cf4de96e5aea013c624de224e03.tar.xz
Ignore and clean .depend
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f8b7bce..a2691bc 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)