summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-05-06 14:00:43 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-05-06 14:00:43 -0700
commitaac0ee1610e8a2da8b3a56e4e7cd3d203c41db12 (patch)
tree907c86873878d1227b7e0175747d0123d9ce0508
parent04026b14a39f47b1776ef31fda005d6f5d3d32de (diff)
Always cleanup the makedepend backup files
Consistently cleanup the depend.bak files created by makedepend. Also, realclean has been changed to use a single find command, which speeds it up considerably.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce6a30e..88bf99d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: glw.pc
$(INSTALL) -m 644 glw.pc $(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR)/pkgconfig
clean:
- -rm depend depend.bak
+ -rm -f depend depend.bak
-rm -f *.o *~