summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2008-01-01 15:53:10 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2008-01-01 15:53:10 +0000
commit2e8e2500547110b54041762ae3136b02049b535d (patch)
tree60a369d6ba65905d66ee8094b384d409871ea581 /libtiff/Makefile.vc
parentc080e307010fc08e9594dd46ce9c34b1db51ae91 (diff)
downloadlibtiff-git-2e8e2500547110b54041762ae3136b02049b535d.tar.gz
Fix clean rules to be more precise, avoiding warnings from "del"
when running them after a full build.
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index 41a261ff..7c19aac8 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.20 2007-07-18 14:18:08 dron Exp $
+# $Id: Makefile.vc,v 1.21 2008-01-01 15:53:10 fwarmerdam Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
#
@@ -97,5 +97,5 @@ clean:
-del *.obj
-del *.lib
-del *.dll
- -del *.exe
+ -del *.dll.manifest
-del *.pdb