diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-02-03 19:10:11 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-02-03 19:10:11 (GMT) |
commit | f585a74666c72b4c4e8e8470baac735798c4b083 (patch) | |
tree | dd198a23aec35076a283466335904d35ef324cba /ds9/macosx/Makefile.in | |
parent | 5a958264826294a0d3226fa94c1886e55b105b18 (diff) | |
download | blt-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.in | 3 |
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 $? "$@" |