From d4e83688d925c23cabc31e6716edc8f0884d4864 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 11 Mar 2006 19:50:01 +0000 Subject: [PATCH] Use "wget -O" to prevent wget from avoiding overwrite of existing file and creating new one with same name and auto-number suffix. --- contrib/doc/michael.smith/tbl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/doc/michael.smith/tbl/Makefile b/contrib/doc/michael.smith/tbl/Makefile index 423914b0b..46d99bdec 100644 --- a/contrib/doc/michael.smith/tbl/Makefile +++ b/contrib/doc/michael.smith/tbl/Makefile @@ -16,7 +16,7 @@ PS2PDFFLAGS= all: tbl.txt tbl.pdf tbl: - $(WGET) $(WGETFLAGS) $(TBLSOURCE) + $(WGET) $(WGETFLAGS) -O $@ $(TBLSOURCE) tbl.txt: tbl cat $< \ -- 2.40.0