From 6c0ae7e966a81ece35bccbe89d626a58afe899a2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 9 Sep 2010 15:25:18 -0700 Subject: [PATCH 1/1] 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 --- ao-tools/altosui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.30.2