diff options
author | tv <tv@pkgsrc.org> | 1999-05-26 14:47:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-26 14:47:07 +0000 |
commit | 4a622652375b39a3a95d297f38090f4f7034e708 (patch) | |
tree | ddd3c11482c4888e8c030ec4f04b0303c785ea18 /mk/bsd.prefs.mk | |
parent | 773ca1ae45c99c71048765bbc532b810bb78d251 (diff) | |
download | pkgsrc-4a622652375b39a3a95d297f38090f4f7034e708.tar.gz |
`I'm a bonehead.' Reverse the order of components in ${MACHINE_GNU_PLATFORM}.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 553e362c3c6..7df5dc8290b 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.7 1999/05/24 18:42:01 tv Exp $ +# $NetBSD: bsd.prefs.mk,v 1.8 1999/05/26 14:47:07 tv Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -44,7 +44,7 @@ LOWER_VENDOR?= LOWER_ARCH?= ${MACHINE_GNU_ARCH} MACHINE_PLATFORM?= ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH} -MACHINE_GNU_PLATFORM?= ${LOWER_OPSYS}-${LOWER_VENDOR}-${LOWER_ARCH} +MACHINE_GNU_PLATFORM?= ${LOWER_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS} # Needed on NetBSD and SunOS (zoularis) to prevent an "install:" target # from being created in bsd.own.mk. |