summaryrefslogtreecommitdiff
path: root/mk/extract
diff options
context:
space:
mode:
Diffstat (limited to 'mk/extract')
-rw-r--r--mk/extract/extract.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk
index ddc68ce8ad1..a836a2dba56 100644
--- a/mk/extract/extract.mk
+++ b/mk/extract/extract.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.20 2007/07/31 17:42:40 jlam Exp $
+# $NetBSD: extract.mk,v 1.21 2007/12/01 11:11:55 rillig Exp $
#
# The following variables may be set by the package Makefile and
# specify how extraction happens:
@@ -118,8 +118,7 @@ extract-check-interactive:
@${ERROR_MSG} "The extract stage of this package requires user interaction"
@${ERROR_MSG} "Please extract manually with:"
@${ERROR_MSG} " \"cd ${.CURDIR} && ${MAKE} extract\""
- @${TOUCH} ${_INTERACTIVE_COOKIE}
- @${FALSE}
+ ${RUN} ${FALSE}
.else
@${DO_NADA}
.endif