summaryrefslogtreecommitdiff
path: root/telegps/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-29 22:03:48 -0700
committerKeith Packard <keithp@keithp.com>2014-05-29 22:03:48 -0700
commit29d325f418b401f61580288b5947b0df8ac5b717 (patch)
tree26c8b78f29fda1d69c641de68e467cd634bc4761 /telegps/Makefile.am
parentb74dfc9c2cbe14593738eb994e9163d466155326 (diff)
telegps: Fixup windows fat build harder
Diffstat (limited to 'telegps/Makefile.am')
-rw-r--r--telegps/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am
index f140512d..7e17b331 100644
--- a/telegps/Makefile.am
+++ b/telegps/Makefile.am
@@ -277,7 +277,7 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) Makefile
$(WINDOWS_DIST): $(WINDOWS_FILES) telegps-windows.nsi
-rm -f $@
- makensis -Otelegps-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" telegps-windows.nsi || cat telegps-windows.log && exit 1
+ makensis -Otelegps-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" telegps-windows.nsi || (cat telegps-windows.log && exit 1)
Manifest.txt: Makefile
echo 'Main-Class: org.altusmetrum.telegps.TeleGPS' > $@