From: Rusty Russell Date: Sun, 14 Jan 2001 12:35:28 +0000 (+0000) Subject: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier's `1.1.2 shipped with .so' fix. X-Git-Tag: v1.2.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc625ba445826bd52787c688e7e028bbb8594cf4;p=thirdparty%2Fiptables.git =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier's `1.1.2 shipped with .so' fix. --- diff --git a/Rules.make b/Rules.make index 0c8547c8..56b482a9 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" ];\