X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=985975c014629f5c2651eea95708e14c13cdda56;hp=9c67ece43c6b616b46230e4bec8536b3598b66a0;hb=310a482133795d0bee9621003c0a0b3813a47037;hpb=9f10950ab67992a0ff2304639673c2fc97744e0d diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 9c67ece..985975c 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -18,10 +18,10 @@ all: $(TARGETS) $(AUTOS) hbytes.so: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared $(OBJS) $(LDLIBS) -%.c: %.tct +%.c: %.tct tcmdifgen ./tcmdifgen -wc -o$@ $< -%.h: %.tct +%.h: %.tct tcmdifgen ./tcmdifgen -wh -o$@ $< %.o: %.c $(HDRS)