diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index d9139eb87bb..27343774750 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1205 2003/07/08 11:48:37 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1206 2003/07/09 14:23:56 agc Exp $ # # This file is in the public domain. # @@ -2120,7 +2120,7 @@ automake-post-override: # By adding this target, it makes sure the the above PREREQ's work. pre-configure-override: ${_CONFIGURE_PREREQ} - ${DO_NADA} + @${DO_NADA} .if !target(do-configure) do-configure: |