summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrusty <rusty>2001-01-14 12:35:28 +0000
committerrusty <rusty>2001-01-14 12:35:28 +0000
commite58ddc3743b61dd983b48f8160ee1b0c12bb5b21 (patch)
treef35544f346a125783fc04575fbde2f9f274ec999
parenteb92a5048ad16891e86676f1ca2b6db4acd8d4d0 (diff)
=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier's `1.1.2 shipped with .so' fix.
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 0c8547c..56b482a 100644
--- a/Rules.make
+++ b/Rules.make
@@ -7,7 +7,7 @@ experimental: $(EXTRAS_EXP)
# Have to handle extensions which no longer exist.
clean: $(EXTRA_CLEANS)
rm -f $(SHARED_LIBS) $(EXTRAS) $(EXTRAS_EXP) $(SHARED_LIBS:%.so=%_sh.o)
- @find . -name '*.[ao]' | xargs rm -f
+ @find . -name '*.[ao]' -name '*.so' | xargs rm -f
install: all $(EXTRA_INSTALLS)
@if [ -f /usr/local/bin/iptables -a "$(BINDIR)" = "/usr/local/sbin" ];\