From 33f19258e4af5c39ac5e24a5f27abd5ae9608770 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 29 Jun 2000 17:30:17 +0000 Subject: [PATCH] don't fail on del in version.h command --- libtiff/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff/makefile.vc b/libtiff/makefile.vc index e1044fb2..7fdfc266 100644 --- a/libtiff/makefile.vc +++ b/libtiff/makefile.vc @@ -68,7 +68,7 @@ libtiff.dll: $(OBJ) version.h: $(VERSION) $(ALPHA) mkversion.c $(CC) mkversion.c - del version.h + -del version.h .\mkversion.exe -v $(VERSION) -a $(ALPHA) version.h clean: