diff options
| -rw-r--r-- | altoslib/Makefile.am | 2 | 
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 | 
