summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-07 10:18:04 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-07 10:18:30 +0100
commit90ee7a41443a971d6ff2e0a6e90997806c28d11b (patch)
treea3bfd791d28d62e67da293b6ecb28dfee3eacf88 /Makefile
parent87a8f5643dc228b0e98e15dd42db20d54bc65a62 (diff)
Gutsy oopses on touch of existing file. Workaround.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9a6557571c5..4bd340f2120 100644
--- a/Makefile
+++ b/Makefile
@@ -25,15 +25,13 @@ clean:
realclean:
- touch $(TOP)/configs/current
- $(MAKE) clean
- -rm -rf lib*
- -rm -f $(TOP)/configs/current
-rm -f `find . -name \*.o`
-rm -f `find . -name \*.a`
-rm -f `find . -name \*.so`
-rm -f `find . -name depend`
-
+ -rm -rf lib*
+ $(MAKE) clean
+ -rm -f $(TOP)/configs/current
install: