diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /graphics/Mesa/Makefile.common | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r-- | graphics/Mesa/Makefile.common | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 88a2ab1d3dc..f89cdbb5872 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2004/10/31 00:53:10 minskim Exp $ +# $NetBSD: Makefile.common,v 1.36 2004/12/03 15:14:59 wiz Exp $ DISTNAME= MesaLib-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -34,17 +34,17 @@ INSTALLATION_DIRS+= lib .if ${OPSYS} == "SunOS" . if !empty(CC_VERSION:MSun) . if ${SPARC_TARGET_ARCH} == "sparcv7" -ALL_TARGET= sunos5 +BUILD_TARGET= sunos5 . elif ${SPARC_TARGET_ARCH} == "sparcv8" -ALL_TARGET= sunos5-v8 +BUILD_TARGET= sunos5-v8 . elif ${SPARC_TARGET_ARCH} == "sparcv9" -ALL_TARGET= sunos5-v9 +BUILD_TARGET= sunos5-v9 . endif . else -ALL_TARGET= sunos5-gcc +BUILD_TARGET= sunos5-gcc . endif .else -ALL_TARGET= pkgsrc +BUILD_TARGET= pkgsrc .endif pre-install: |