summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Makefile.in')
-rw-r--r--macosx/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Makefile.in b/macosx/Makefile.in
index 2c5384f..60d4d80 100644
--- a/macosx/Makefile.in
+++ b/macosx/Makefile.in
@@ -22,7 +22,7 @@ CACHE = --config-cache --cache-file=$(prefix)/config.cache
#--------------------------defines
-DS9APP =SAOImage\ DS9\ $(DS9_VERSION)
+DS9APP =SAOImageDS9\ $(DS9_VERSION)
TCLFILES= \
tcl$(TCL_VERSION)/generic/tcl.h \
@@ -147,6 +147,6 @@ dist :
mkdir dist/$(DS9APP)
ln -s /Applications dist/$(DS9APP)/.
cp -r ds9/macosx/README dist/$(DS9APP)/.
- cp -rp bin/SAOImage\ DS9.app dist/$(DS9APP)/.
+ cp -rp bin/SAOImageDS9.app dist/$(DS9APP)/.
hdiutil create -srcfolder dist/$(DS9APP) dist/$(DS9APP)
rm -rf dist/$(DS9APP)