chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / base / Makefile
index 958939dc4a80842da40bf88dc2cee1672f5049b5..ad7479c20a4a6749e5fd5c72ae3d706fd96f9758 100644 (file)
@@ -4,11 +4,11 @@ SHLIB =               chiark-tcl
 CFILES =       enum hook idtable parse scriptinv tcmdiflib
 BASE_DIR =     .
 
-AUTO_HDRS +=   tables.h
+AUTO_HDRS +=   base+tcmdif.h
 
 include common.make
 
-tables.h:      $(BASE_TCT) $(TCMDIFGEN)
+base+tcmdif.h: $(BASE_TCT) $(TCMDIFGEN)
                $(TCMDIFGEN) -wh -o$@ $<
 
 include shlib.make