summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 19:36:33 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 19:36:33 +0000
commit2d9cb53ec65c80affd8fc32857cd902d9c555dd2 (patch)
tree12ccfbf762fc0b0bcc75d2a0b1f658318eda7585 /emulators
parentc93bafdd986e6afff23b52a320b47120b028dcd9 (diff)
downloadpkgsrc-2d9cb53ec65c80affd8fc32857cd902d9c555dd2.tar.gz
emulators/qemu: remove no-op file from SUBST_FILES
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index e1e3977ec6c..592ad9921b0 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2020/04/30 17:16:04 adam Exp $
+# $NetBSD: Makefile,v 1.238 2020/05/03 19:36:33 rillig Exp $
DISTNAME= qemu-5.0.0
CATEGORIES= emulators
@@ -30,7 +30,7 @@ SUBST_VARS.prefix+= PREFIX
SUBST_CLASSES+= sphinx-build
SUBST_STAGE.sphinx-build= pre-configure
SUBST_MESSAGE.sphinx-build= Fix hardcoded sphinx-build
-SUBST_FILES.sphinx-build+= Makefile configure
+SUBST_FILES.sphinx-build+= configure
SUBST_FILES.sphinx-build+= roms/skiboot/doc/Makefile
SUBST_FILES.sphinx-build+= roms/u-boot/Documentation/Makefile
SUBST_SED.sphinx-build+= -e 's/sphinx-build/sphinx-build-${PYVERSSUFFIX}/g'