]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Clean must delete experimental binaries as well.
authorRusty Russell <rusty@linuxcare.com.au>
Mon, 8 Jan 2001 08:36:31 +0000 (08:36 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Jan 2001 08:36:31 +0000 (08:36 +0000)
Rules.make

index 873820aa05bfb0d19c0f582013f3e36c200358a2..0c8547c853f4e679963bcfd456ea9f1d5da202f9 100644 (file)
@@ -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)