summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-03 21:28:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-03 21:28:07 (GMT)
commita94ec682b18c3a4eeff2a889d21f79f1b3bb3d04 (patch)
tree90367b4a375dd8766a869e13a3326ddce6b0317f /ds9
parent0291f273e7c80dc7b28612db9b077fa983edb671 (diff)
parentf585a74666c72b4c4e8e8470baac735798c4b083 (diff)
downloadblt-a94ec682b18c3a4eeff2a889d21f79f1b3bb3d04.zip
blt-a94ec682b18c3a4eeff2a889d21f79f1b3bb3d04.tar.gz
blt-a94ec682b18c3a4eeff2a889d21f79f1b3bb3d04.tar.bz2
Merge branch 'master' of github.com:SAOImageDS9/SAOImageDS9
Diffstat (limited to 'ds9')
-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 $? "$@"