X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2FMakefile;h=ad7479c20a4a6749e5fd5c72ae3d706fd96f9758;hp=958939dc4a80842da40bf88dc2cee1672f5049b5;hb=82f88c53ddb84e42c770c23feb9bb0ee18341188;hpb=3340221c68f8c948db9d2d3b553692fe642dd0f8 diff --git a/base/Makefile b/base/Makefile index 958939d..ad7479c 100644 --- a/base/Makefile +++ b/base/Makefile @@ -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