summaryrefslogtreecommitdiffstats
path: root/ds9/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/unix/Makefile.in')
-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)/.