summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:41:10 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:41:10 (GMT)
commit02b1b51b8ac5c3f0c125d7a5d993154b40bc8331 (patch)
treeed9d5a9608a619a5e9bcc1ec016c8f87e7577cc8 /ds9
parent22d0a702ce3f6d2d72163f99bc3f79149c706ef6 (diff)
downloadblt-02b1b51b8ac5c3f0c125d7a5d993154b40bc8331.zip
blt-02b1b51b8ac5c3f0c125d7a5d993154b40bc8331.tar.gz
blt-02b1b51b8ac5c3f0c125d7a5d993154b40bc8331.tar.bz2
simplify build
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macosx/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index e7bfa10..9017a68 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -137,7 +137,8 @@ PREQS = \
.NOTPARALLEL :
.PHONY : debug
-$(MACDIR)/ds9 : ds9base $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz
+$(MACDIR)/ds9 : ds9base $(PREQS) \
+ $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz
cp -p ds9base "$@"
strip "$@"
install_name_tool -change \
@@ -150,7 +151,8 @@ $(MACDIR)/ds9 : ds9base $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snow
"$@"
cd $(bindir); codesign --deep -f -s "$(ID)" SAOImage\ DS9.app
-debug : ds9base $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz
+debug : ds9base $(PREQS) \
+ $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz
cp -p ds9base $(APPDIR)/Contents/MacOS/ds9
install_name_tool -change \
/Library/Frameworks/Tcl.framework/Versions/$(TCL_VERSION)/Tcl \