summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrusty <rusty>2001-01-08 08:36:31 +0000
committerrusty <rusty>2001-01-08 08:36:31 +0000
commiteb92a5048ad16891e86676f1ca2b6db4acd8d4d0 (patch)
treed20c97ce594a77267658136695625ed1f0c842d9
parent5eeed4e888acf334e2655f756dd0a8f80a51ceb4 (diff)
Clean must delete experimental binaries as well.
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 873820a..0c8547c 100644
--- a/Rules.make
+++ b/Rules.make
@@ -6,7 +6,7 @@ experimental: $(EXTRAS_EXP)
# Have to handle extensions which no longer exist.
clean: $(EXTRA_CLEANS)
- rm -f $(SHARED_LIBS) $(EXTRAS) $(SHARED_LIBS:%.so=%_sh.o)
+ rm -f $(SHARED_LIBS) $(EXTRAS) $(EXTRAS_EXP) $(SHARED_LIBS:%.so=%_sh.o)
@find . -name '*.[ao]' | xargs rm -f
install: all $(EXTRA_INSTALLS)