diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 14:02:20 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-30 14:02:20 +0100 |
commit | be267cac4a47cbe0a757e6bea95ba5199979e379 (patch) | |
tree | 9d6619aacdd85ac5c3c7996b1704e9b03dbb631b | |
parent | Properly clean the directory with make clean. (diff) | |
download | nxml-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ TARBALL=$(PN).tar.bz2 .SUFFIXES: .dtd .rnc .dep .PHONY: depend all clean +.PRECIOUS: $(RNCS) +.INTERMEDIATE: $(DTDDEPS) all: .depend $(TARBALL) |