summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-02-04 09:49:07 -0800
committerKeith Packard <keithp@keithp.com>2013-02-04 09:49:07 -0800
commit7afd76e70c086003a2cd87ce459fda4188c76ad6 (patch)
tree46eae7dc20c3927fe900ded1627c7683051810eb
parent8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee (diff)
altoslib: fix Makefile JAR target
Was referencing stale classAltosLib.stamp instead of new classaltoslib.stamp Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altoslib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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