From 77573989e854e6b75d0ed0d06ba708941c0c3b2e Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 29 May 2017 17:10:57 -0400 Subject: build tac/fcl files --- ds9/make.include | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ds9/make.include b/ds9/make.include index a4c2b6e..7692b2b 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -8,7 +8,7 @@ $(prefix)/ds9/library/parser.tcl : $(prefix)/ds9/library/parser.tac #--------------------------framework -$(LIBDIR)/library : $(prefix)/ds9/library/*.tcl +$(LIBDIR)/library : $(prefix)/ds9/library/parser.tcl $(prefix)/ds9/library/lex.tcl $(prefix)/ds9/library/*.tcl mkdir -p "$@" cp -p $? "$@" # must do it this way for win @@ -77,4 +77,5 @@ $(LIBDIR)/math : $(prefix)/tcllib/modules/math distclean: clean -rm -f Makefile config.cache config.log config.status + -rm -f library/parser.output library/parser.tcl library/parser.tab.tcl -rm -rf autom4te.cache -- cgit v0.12