Use OVERRIDE_DIRDEPTH instead of hardcoding config.sub and config.guess
paths as suggested by Joerg.
This commit is contained in:
parent
6b99b0f80f
commit
9a50e209a8
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.38 2009/05/06 11:09:10 hasso Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2009/05/08 06:35:51 hasso Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Squeak-3.9-8
|
||||
|
@ -26,8 +26,7 @@ AUTOMAKE_REQD= 1.4.6
|
|||
BUILD_DIRS= ${WRKDIR}/build
|
||||
CONFIGURE_DIRS= ${WRKDIR}/build
|
||||
CONFIGURE_SCRIPT= ${WRKSRC}/platforms/unix/config/configure
|
||||
CONFIG_GUESS_OVERRIDE+= platforms/unix/config/config.guess
|
||||
CONFIG_SUB_OVERRIDE+= platforms/unix/config/config.sub
|
||||
OVERRIDE_DIRDEPTH= 3
|
||||
DIST_SUBDIR= squeak
|
||||
|
||||
SQUEAK_CHANGES= Squeak3.9-final-7067/Squeak3.9-final-7067.changes.gz
|
||||
|
|
Loading…
Reference in a new issue