summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 21:35:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 21:35:01 (GMT)
commit987be617b89dd62884bb2ab1b624a8a9530305aa (patch)
treed4d6bb73cce2157972776a5374820cad890efe0f /ds9/unix
parentf3948e04751f4612de942632917c744877c29955 (diff)
downloadblt-987be617b89dd62884bb2ab1b624a8a9530305aa.zip
blt-987be617b89dd62884bb2ab1b624a8a9530305aa.tar.gz
blt-987be617b89dd62884bb2ab1b624a8a9530305aa.tar.bz2
add ds9 parsers
Diffstat (limited to 'ds9/unix')
-rw-r--r--ds9/unix/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index be27273..50338f8 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -68,8 +68,6 @@ system = @system@
.C.@OBJEXT@:
$(COMPILE) -c `@CYGPATH@ $<` -o $@
-include ../make.head.include
-
#--------------------------defines
APPDIR = zvfsmntpt
@@ -122,7 +120,8 @@ PREQS = \
$(LIBDIR)/tcl$(TCL_VERSION) \
$(LIBDIR)/tcl8 \
$(LIBDIR)/tk$(TCL_VERSION) \
- $(PARSERS) \
+ $(prefix)/ds9/parsers/*.tac \
+ $(prefix)/ds9/parsers/*.fcl \
$(LIBDIR)/library \
$(LIBDIR)/msgs \
$(LIBDIR)/doc \