summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-01 19:16:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-01 19:16:54 (GMT)
commitdc9f55b7d8b4c11ae420cd70e9b2d951e08239ca (patch)
tree847798a8c89660c721800024ff280687c2cc195e /ds9/make.include
parent5e3bd764abad07277626761504931e9dbd79aef4 (diff)
downloadblt-dc9f55b7d8b4c11ae420cd70e9b2d951e08239ca.zip
blt-dc9f55b7d8b4c11ae420cd70e9b2d951e08239ca.tar.gz
blt-dc9f55b7d8b4c11ae420cd70e9b2d951e08239ca.tar.bz2
generate tcl parser
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/make.include b/ds9/make.include
index 7692b2b..c1a1826 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -7,8 +7,9 @@ $(prefix)/ds9/library/parser.tcl : $(prefix)/ds9/library/parser.tac
$(TCLSH_PROG) $(prefix)/taccle/taccle.tcl -d -v -w -o $@ $?
#--------------------------framework
+# $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl
-$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl
+$(LIBDIR)/library : $(prefix)/ds9/library/*.tcl
mkdir -p "$@"
cp -p $? "$@"
# must do it this way for win