summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 19:01:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 19:01:01 (GMT)
commitf3948e04751f4612de942632917c744877c29955 (patch)
tree1539d1340862fb883ddfaa7315dd544bb43621d4 /ds9/unix
parent0f602c5bdc3f3952d3a8aef3243c01209eb1b7f5 (diff)
downloadblt-f3948e04751f4612de942632917c744877c29955.zip
blt-f3948e04751f4612de942632917c744877c29955.tar.gz
blt-f3948e04751f4612de942632917c744877c29955.tar.bz2
add ds9 parsers
Diffstat (limited to 'ds9/unix')
-rw-r--r--ds9/unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index c498b19..be27273 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -68,6 +68,8 @@ system = @system@
.C.@OBJEXT@:
$(COMPILE) -c `@CYGPATH@ $<` -o $@
+include ../make.head.include
+
#--------------------------defines
APPDIR = zvfsmntpt
@@ -120,6 +122,7 @@ PREQS = \
$(LIBDIR)/tcl$(TCL_VERSION) \
$(LIBDIR)/tcl8 \
$(LIBDIR)/tk$(TCL_VERSION) \
+ $(PARSERS) \
$(LIBDIR)/library \
$(LIBDIR)/msgs \
$(LIBDIR)/doc \
@@ -216,5 +219,3 @@ clean : parsersclean
$(RM) -rf $(APPDIR)
include ../make.include
-
-