diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-02-02 19:45:59 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-02-02 19:45:59 (GMT) |
commit | d90ffc55aa9d2e3038f9ec032d7c4cb245f1d542 (patch) | |
tree | a9c4e52d425fb444a1535198360c004db727955b /ds9/macosx | |
parent | 34e69f8703fcecb689326ebd319af53f5aa17731 (diff) | |
download | blt-d90ffc55aa9d2e3038f9ec032d7c4cb245f1d542.zip blt-d90ffc55aa9d2e3038f9ec032d7c4cb245f1d542.tar.gz blt-d90ffc55aa9d2e3038f9ec032d7c4cb245f1d542.tar.bz2 |
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r-- | ds9/macosx/Makefile.in | 2 | ||||
-rw-r--r-- | ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tcl.framework/Resources/.gitkeep | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index 46b59ff..9bda68c 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -191,7 +191,7 @@ $(TCLDIR)/Tcl : $(TCLSRC)/Tcl cp -p $? "$@" $(TCLDIR)/Resources : $(TCLSRC)/Resources - cp -prf $?/* "$@" + cp -prf $? "$@" $(TKDIR)/Tk : $(TKSRC)/Tk cp -p $? "$@" diff --git a/ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tcl.framework/Resources/.gitkeep b/ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tcl.framework/Resources/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/ds9/macosx/SAOImage DS9.app/Contents/Frameworks/Tcl.framework/Resources/.gitkeep +++ /dev/null |