summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 18:34:10 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-30 18:34:10 (GMT)
commitf769fff827484f7c1e4ee44a44593cf58c91351e (patch)
treec02c5eb2f1264ada5823acce36ee70e190760490 /ds9
parentd974854609e78476964383aa9404b4a3b32efcf2 (diff)
downloadblt-f769fff827484f7c1e4ee44a44593cf58c91351e.zip
blt-f769fff827484f7c1e4ee44a44593cf58c91351e.tar.gz
blt-f769fff827484f7c1e4ee44a44593cf58c91351e.tar.bz2
simplify build
Diffstat (limited to 'ds9')
-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 e93a345..cd7bc72 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -80,7 +80,7 @@ OBJS = ds9.o tkAppInit.o
#--------------------------main
.NOTPARALLEL :
-.PHONY : ds9 debug appdir framework tcl tk tcllib tkcon tkblt
+.PHONY : ds9 debug framework tcl tk tcllib tkcon tkblt
ifeq (,$(findstring Darwin,$(system)))
@@ -152,7 +152,7 @@ ds9base : $(OBJS)
$(TK_LIBS) \
$(LIBS)
-ds9.zip : appdir framework tcl tk tcllib tkblt tkcon
+ds9.zip : $(APPDIR) framework tcl tk tcllib tkblt tkcon
$(RM) $@
zip -r ds9.zip $(APPDIR)