summaryrefslogtreecommitdiffstats
path: root/ds9/macosx/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-03 19:10:11 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-03 19:10:11 (GMT)
commitf585a74666c72b4c4e8e8470baac735798c4b083 (patch)
treedd198a23aec35076a283466335904d35ef324cba /ds9/macosx/Makefile.in
parent5a958264826294a0d3226fa94c1886e55b105b18 (diff)
downloadblt-f585a74666c72b4c4e8e8470baac735798c4b083.zip
blt-f585a74666c72b4c4e8e8470baac735798c4b083.tar.gz
blt-f585a74666c72b4c4e8e8470baac735798c4b083.tar.bz2
simplify build
Diffstat (limited to 'ds9/macosx/Makefile.in')
-rw-r--r--ds9/macosx/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in
index 487038e..8263c5e 100644
--- a/ds9/macosx/Makefile.in
+++ b/ds9/macosx/Makefile.in
@@ -184,8 +184,9 @@ ds9base : $(OBJS) $(LLIBS)
$(TK_LIBS) \
$(LIBS)
+# update date/time so we know when the build was done
$(APPDIR):
- cp -prf SAOImage\ DS9.app $(bindir)
+ cp -rf SAOImage\ DS9.app $(bindir)
$(TCLDIR)/Tcl : $(TCLSRC)/Tcl
cp -p $? "$@"