commit: 5af4d1f9e5a90383dec660b4a738e87e1c1af682
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 14:53:26 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 14:53:26 2023 +0000
URL: https://gitweb.gentoo.org/data/api.git/commit/?id=5af4d1f9
overlays/Makefile: do not mark xsd/dtd targets as PHONY
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
files/overlays/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/files/overlays/Makefile b/files/overlays/Makefile
index 523080d..f9250f2 100644
--- a/files/overlays/Makefile
+++ b/files/overlays/Makefile
@@ -6,7 +6,6 @@ check: .repositories-dtd-valid .repositories-xsd-valid
.repositories-check-succe
xmllint --noout --dtdvalid repositories.dtd repositories.xml
touch $@
-.PHONY: repositories.dtd
repositories.dtd:
ifeq ($(OFFLINE), true)
[ ! -f repositories.dtd ] && exit 1
@@ -20,7 +19,6 @@ endif
xmllint --noout --schema $^
touch $@
-.PHONY: repositories.xsd
repositories.xsd:
ifeq ($(OFFLINE), true)
[ ! -f repositories.xsd ] && exit 1