summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-21 20:06:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-21 20:06:07 (GMT)
commit7521ef7312a93f34af0f5ee261cc4436478b4c5b (patch)
tree2e1c802fe52b748ea2af36bbbba3c6698fac0d89 /ds9/make.include
parent65ee41b9166635ea57f2ee22618bc5e86b6df003 (diff)
downloadblt-7521ef7312a93f34af0f5ee261cc4436478b4c5b.zip
blt-7521ef7312a93f34af0f5ee261cc4436478b4c5b.tar.gz
blt-7521ef7312a93f34af0f5ee261cc4436478b4c5b.tar.bz2
add namespace
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include
index dcf27d8..59006e5 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -8,7 +8,7 @@
#--------------------------framework
-$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl
+$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/parser.tab.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl
mkdir -p "$@"
cp -p $? "$@"
# must do it this way for win