From aa361c98946c941d118ee32a8ea1ecce32b0bf82 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 1 Feb 2017 16:59:55 -0500 Subject: simplify build --- ds9/macosx/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index 584c99e..fddc01f 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -137,7 +137,7 @@ PREQS = \ .NOTPARALLEL : .PHONY : debug -$(MACDIR)/ds9 : ds9base ds9ext +$(MACDIR)/ds9 : ds9base $(APPDIR) $(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 ds9ext "$@" cd $(bindir); codesign --deep -f -s "$(ID)" SAOImage\ DS9.app -debug : ds9base ds9ext +debug : ds9base $(APPDIR) $(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 \ @@ -179,8 +179,6 @@ ds9base : $(OBJS) $(LLIBS) $(TK_LIBS) \ $(LIBS) -ds9ext : $(APPDIR) $(PREQS) $(TCLFW)/Tcl $(TKFW)/Tk $(LIBDIR)/pcc-i386-snowleopard.tar.gz - $(APPDIR): cp -prf SAOImage\ DS9.app $(bindir)/. -- cgit v0.12