From a8c799c48a52bf13466536db627b66bfe2a435cd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 9 Sep 2014 09:38:03 -0700 Subject: [PATCH] altoslib/altosuilib: clean all versions of the .jar file When we switch libary versions, we want to remove the old ones; just have 'make clean' remove all versions of the libaries. Signed-off-by: Keith Packard --- altoslib/Makefile.am | 2 +- altosuilib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index e81418bb..0ad9b7da 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -131,7 +131,7 @@ JAR=altoslib_$(ALTOSLIB_VERSION).jar all-local: $(JAR) clean-local: - -rm -rf bin $(JAR) + -rm -rf $(JAVAROOT) altoslib_*.jar install-altoslibJAVA: $(JAR) @$(NORMAL_INSTALL) diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index 21ccd131..d51da91d 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -103,7 +103,7 @@ ICONJAR= -C $(ICONDIR) redled.png -C $(ICONDIR) redoff.png \ all-local: $(JAR) clean-local: - -rm -rf $(JAVAROOT) $(JAR) + -rm -rf $(JAVAROOT) altosuilib_*.jar install-altosuilibJAVA: $(JAR) @$(NORMAL_INSTALL) -- 2.30.2