From 85d1c633013a5f976ce993b48d76a6be734aef40 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 25 Aug 1994 21:02:45 +0000 Subject: Also `make Makefiles' in USE_IMAKE case to catch subdirs. Submitted by: jkh --- share/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 1c56c3c..6434aca 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,7 +1,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.17 1994/08/25 13:53:02 jkh Exp $ +# $Id: bsd.port.mk,v 1.18 1994/08/25 13:56:08 jkh Exp $ # # Supported Variables and their behaviors: @@ -176,7 +176,7 @@ ${CONFIGURE_COOKIE}: @(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS}) .endif .if defined(USE_IMAKE) - @(cd ${WRKSRC}; xmkmf) + @(cd ${WRKSRC}; xmkmf && make Makefiles) .endif @if [ -f ${SCRIPTDIR}/post-configure ]; then \ sh ${SCRIPTDIR}/post-configure ${PORTSDIR} ${.CURDIR} ${WRKSRC}; \ -- cgit v1.1