summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-28 19:56:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-28 19:56:12 (GMT)
commit5b9c9c1cefd214778549a813c021b6ed9f940068 (patch)
tree83769676c10821d4423c28275d8fcc3edaaaddb7 /ds9/unix
parent51d9c0100534909206af2b44c8f224c65448c76b (diff)
downloadblt-5b9c9c1cefd214778549a813c021b6ed9f940068.zip
blt-5b9c9c1cefd214778549a813c021b6ed9f940068.tar.gz
blt-5b9c9c1cefd214778549a813c021b6ed9f940068.tar.bz2
simplify build
Diffstat (limited to 'ds9/unix')
-rw-r--r--ds9/unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index ec8abc1..892112d 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -152,7 +152,7 @@ ds9base : $(OBJS)
$(TK_LIBS) \
$(LIBS)
-ds9.zip : appdir framework tkblt tkcon tcllib $(FILES)
+ds9.zip : appdir framework tcl tk tcllib tkblt tkcon
$(RM) $@
find $(APPDIR) -depth -name "CVS" -exec rm -r {} \;
zip -r ds9.zip $(APPDIR)
@@ -166,7 +166,7 @@ tkAppInit.c : $(prefix)/tk$(TCL_VERSION)/unix/tkAppInit.c
appdir :
rm -rf $(APPDIR)
- mkdir $@
+ mkdir $(APPDIR)
tcl : $(prefix)/lib/tcl$(TCL_VERSION)
cp -r $(prefix)/lib/tcl$(TCL_VERSION) $(APPDIR)/.