summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/make.include b/ds9/make.include
index 0d0e028..45cd78c 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -9,11 +9,13 @@ vpath %.fcl $(prefix)/ds9/parsers
$(prefix)/ds9/parsers/%parser.tcl : %parser.tac
tclsh $(prefix)/taccle/taccle.tcl -p $* -d $<
# tclsh $(prefix)/taccle/taccle.tcl -p $* -d -w -v $<
+ echo "package provide DS9 1.0" | cat - $@ > tmp && mv tmp $@
# -d debug
$(prefix)/ds9/parsers/%lex.tcl : %lex.fcl
tclsh $(prefix)/fickle/fickle.tcl -P $* $<
# tclsh $(prefix)/fickle/fickle.tcl -P $* -d $<
+ echo "package provide DS9 1.0" | cat - $@ > tmp && mv tmp $@
#--------------------------library