From cc625ba445826bd52787c688e7e028bbb8594cf4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 14 Jan 2001 12:35:28 +0000 Subject: =?UTF-8?q?=3D=3Fiso-8859-1=3FQ=3FFr=3DE9d=3DE9ric=5FL=5F=3D2E=5FW?= =?UTF-8?q?=5F=3D2E=3F=3D=20Meunier's=20`1.1.2=20shipped=20with=20.so'=20f?= =?UTF-8?q?ix.?= --- Rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.make') 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" ];\ -- cgit v1.2.3