summaryrefslogtreecommitdiff
path: root/src/glw
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
commitc5e2b850ad53fcd1af62c838f8ee288e8ea9fb3d (patch)
treebd63f13b1c016b6a56b7e1c453aa4fe1d0c50597 /src/glw
parentcba14d85a854df8b5f24342c072acf21813761b6 (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.
Diffstat (limited to 'src/glw')
-rw-r--r--src/glw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/Makefile b/src/glw/Makefile
index ce6a30e9de..88bf99d44f 100644
--- a/src/glw/Makefile
+++ b/src/glw/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 *~