diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-02-02 20:00:19 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-02-02 20:00:19 (GMT) |
commit | 9d99da0022ab36df0eed700cf091f1beca362add (patch) | |
tree | 54b24f555c66827430ea894891173d74f138ca7b /ds9/macosx | |
parent | 94c570c58da0a29fd179d4e407027279d7d8a21c (diff) | |
download | blt-9d99da0022ab36df0eed700cf091f1beca362add.zip blt-9d99da0022ab36df0eed700cf091f1beca362add.tar.gz blt-9d99da0022ab36df0eed700cf091f1beca362add.tar.bz2 |
simplify build
Diffstat (limited to 'ds9/macosx')
-rw-r--r-- | ds9/macosx/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ds9/macosx/Makefile.in b/ds9/macosx/Makefile.in index a0163fb..487038e 100644 --- a/ds9/macosx/Makefile.in +++ b/ds9/macosx/Makefile.in @@ -198,10 +198,7 @@ $(TKDIR)/Tk : $(TKSRC)/Tk $(TKDIR)/Resources : $(TKSRC)/Resources cp -prf $? "$@" - -# cp -p $(TKSRC)/Resources/Info.plist "$@" -# cp -p $(TKSRC)/Resources/license.terms "$@" -# cp -prf $(TKSRC)/Resources/Scripts "$@" + rm -rf "$@"/Wish* $(LIBDIR)/xpans : $(bindir)/xpans cp -p $? "$@" |