summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:11:35 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:11:35 +0100
commitfa8dfe14d596320c25357ee8de7761b3a6a6b199 (patch)
treeef6857c4f51ded32807c96de104a74a73cc6ac52
parentUse -N rather than -r switch to wget. (diff)
downloadnxml-gentoo-schemas-fa8dfe14d596320c25357ee8de7761b3a6a6b199.tar.gz
nxml-gentoo-schemas-fa8dfe14d596320c25357ee8de7761b3a6a6b199.tar.bz2
nxml-gentoo-schemas-fa8dfe14d596320c25357ee8de7761b3a6a6b199.zip
Mark DTDs as precious, this way they are not deleted between runs and need not to be redownloaded.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41448ef..07f728a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ TARBALL=$(PN).tar.bz2
.SUFFIXES: .dtd .rnc .dep
.PHONY: depend all clean
-.PRECIOUS: $(RNCS)
+.PRECIOUS: $(RNCS) $(DTDS)
.INTERMEDIATE: $(DTDDEPS)
all: .depend $(TARBALL)