From 524518261009f3f81febfdd8398becc4a80cc941 Mon Sep 17 00:00:00 2001 From: Rusty Russell 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 02bd086d..d76ac630 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