summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-01 22:23:57 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-01 22:23:57 (GMT)
commit7438beb9ed6bda6f7741782693e72619252bbe26 (patch)
treea1c4dcfc3c4693bfb46458c245856b7a10cde945
parent208393839fbc288d4a0cae7b324f5ff654fafa06 (diff)
downloadblt-7438beb9ed6bda6f7741782693e72619252bbe26.zip
blt-7438beb9ed6bda6f7741782693e72619252bbe26.tar.gz
blt-7438beb9ed6bda6f7741782693e72619252bbe26.tar.bz2
add ds9 parsers
-rw-r--r--ds9/make.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/make.include b/ds9/make.include
index 51a89cf..7306abc 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -13,9 +13,8 @@ $(prefix)/ds9/parsers/%lex.tcl : %lex.fcl
SRCP = $(wildcard $(prefix)/ds9/parsers/*.tac)
SRCL = $(wildcard $(prefix)/ds9/parsers/*.fcl)
-PARSERS = $(SRCP:.tac=.tcl) $(SRCP:.tac=.tab.tcl) $(SRCL:.fcl=.tcl)
-$(LIBDIR)/library : $(PARSERS) $(prefix)/ds9/library/*.tcl
+$(LIBDIR)/library : $(SRCP:.tac=.tcl) $(SRCP:.tac=.tab.tcl) $(SRCL:.fcl=.tcl) $(prefix)/ds9/library/*.tcl
mkdir -p "$@"
cp -prf $? "$@"
# must do it this way for win