summaryrefslogtreecommitdiffstats
path: root/ds9/macosx
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:03:58 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-01 22:03:58 (GMT)
commit17bfc09198905f170b617a621727a3a7862b49c0 (patch)
treec3ce09c594b7945ed0dfffbad5bedf3c8152e480 /ds9/macosx
parentaa361c98946c941d118ee32a8ea1ecce32b0bf82 (diff)
downloadblt-17bfc09198905f170b617a621727a3a7862b49c0.zip
blt-17bfc09198905f170b617a621727a3a7862b49c0.tar.gz
blt-17bfc09198905f170b617a621727a3a7862b49c0.tar.bz2
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r--ds9/macosx/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index fddc01f..c5e52e5 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -137,7 +137,7 @@ PREQS = \
.NOTPARALLEL :
.PHONY : debug
-$(MACDIR)/ds9 : ds9base $(APPDIR) $(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 +150,7 @@ $(MACDIR)/ds9 : ds9base $(APPDIR) $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc
"$@"
cd $(bindir); codesign --deep -f -s "$(ID)" SAOImage\ DS9.app
-debug : ds9base $(APPDIR) $(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/8.6/Tcl \