From a733daccce972d7d8ca3701b810032abc4a6daea Mon Sep 17 00:00:00 2001 From: rusty Date: Sun, 27 Aug 2000 07:47:46 +0000 Subject: Patch-o-matic! now included. --- Rules.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index 02bd086..d76ac63 100644 --- a/Rules.make +++ b/Rules.make @@ -2,8 +2,10 @@ all: $(SHARED_LIBS) $(EXTRAS) +# Have to handle extensions which no longer exist. clean: $(EXTRA_CLEANS) rm -f $(SHARED_LIBS) $(EXTRAS) $(SHARED_LIBS:%.so=%_sh.o) + @find . -name '*.[ao]' | xargs rm -f install: all $(EXTRA_INSTALLS) -- cgit v1.2.3