diff --git a/ts/GNUmakefile b/ts/GNUmakefile index a6cdd40..e52530b 100644 --- a/ts/GNUmakefile +++ b/ts/GNUmakefile @@ -11,12 +11,13 @@ clean: install: \ $(BINDIR)/ts \ -ts: %: %.o +ts: ts.bx + cp $< $@ +ts.bx: ts.o + $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ -# $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ - -%: %.pl customize +%.plx: %.pl customize sh ./customize < $< > $@ chmod +x $@