diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-09 15:25:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-09 15:25:18 -0700 |
commit | 6c0ae7e966a81ece35bccbe89d626a58afe899a2 (patch) | |
tree | 8c8ae62eeeaa433a30fdabbd7e733552be7536ac | |
parent | 737a64c57a8f979f51c3fa6b3f214520c736cf8a (diff) |
altosui: remove FATJAR from all-local to avoid building fat .jar file
the fat .jar file is used in non-native builds to run from a directory
containing all of the freetts jar files along with the altosui jar
file. We don't want this on a real install where freetts is installed separately.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/altosui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile.am b/ao-tools/altosui/Makefile.am index f224dace..760e662d 100644 --- a/ao-tools/altosui/Makefile.am +++ b/ao-tools/altosui/Makefile.am @@ -88,7 +88,7 @@ MACOSX_EXTRA=$(FIRMWARE) WINDOWS_FILES=$(FAT_FILES) altos.dll $(top_srcdir)/telemetrum.inf $(WINDOWS_ICON) -all-local: classes/altosui $(JAR) $(FATJAR) altosui altosui-test +all-local: classes/altosui $(JAR) altosui altosui-test clean-local: -rm -rf classes $(JAR) $(FATJAR) \ |