From 7afd76e70c086003a2cd87ce459fda4188c76ad6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 4 Feb 2013 09:49:07 -0800 Subject: [PATCH] altoslib: fix Makefile JAR target Was referencing stale classAltosLib.stamp instead of new classaltoslib.stamp Signed-off-by: Keith Packard --- altoslib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index b3c2673a..0b09102c 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -97,5 +97,5 @@ install-altoslibJAVA: $(JAR) bin: mkdir -p bin -$(JAR): classAltosLib.stamp +$(JAR): classaltoslib.stamp jar cf $@ -C bin org -- 2.30.2