altoslib: fix Makefile JAR target
authorKeith Packard <keithp@keithp.com>
Mon, 4 Feb 2013 17:49:07 +0000 (09:49 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 4 Feb 2013 17:49:07 +0000 (09:49 -0800)
Was referencing stale classAltosLib.stamp instead of new classaltoslib.stamp

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/Makefile.am

index b3c2673a855cad8173b01d34c70dfde685e4adcc..0b09102cfe9b5cebdb410bafadcb72b2ae82be0a 100644 (file)
@@ -97,5 +97,5 @@ install-altoslibJAVA: $(JAR)
 bin:
        mkdir -p bin
 
-$(JAR): classAltosLib.stamp
+$(JAR): classaltoslib.stamp
        jar cf $@ -C bin org