summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:02:20 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-30 14:02:20 +0100
commitbe267cac4a47cbe0a757e6bea95ba5199979e379 (patch)
tree9d6619aacdd85ac5c3c7996b1704e9b03dbb631b
parentProperly clean the directory with make clean. (diff)
downloadnxml-gentoo-schemas-be267cac4a47cbe0a757e6bea95ba5199979e379.tar.gz
nxml-gentoo-schemas-be267cac4a47cbe0a757e6bea95ba5199979e379.tar.bz2
nxml-gentoo-schemas-be267cac4a47cbe0a757e6bea95ba5199979e379.zip
Mark rnc files as 'precious' and dep files as 'intermediate'.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f8fd5f..9065469 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ TARBALL=$(PN).tar.bz2
.SUFFIXES: .dtd .rnc .dep
.PHONY: depend all clean
+.PRECIOUS: $(RNCS)
+.INTERMEDIATE: $(DTDDEPS)
all: .depend $(TARBALL)