pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Fix cut and paste error in last change.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58dc89f32458
branches:  trunk
changeset: 536505:58dc89f32458
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Dec 16 12:36:28 2007 +0000

description:
Fix cut and paste error in last change.

diffstat:

 mk/platform/Darwin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8cb22d77a0e1 -r 58dc89f32458 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Sun Dec 16 12:29:17 2007 +0000
+++ b/mk/platform/Darwin.mk     Sun Dec 16 12:36:28 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Darwin.mk,v 1.27 2007/12/16 12:27:28 tron Exp $
+# $NetBSD: Darwin.mk,v 1.28 2007/12/16 12:36:28 tron Exp $
 #
 # Variable definitions for the Darwin operating system.
 
 .if !defined(CPP) || ${CPP} == "cpp"
 CPP=           ${CC} -E ${CPP_PRECOMP_FLAGS}
 .endif
-.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-i386)
+.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
 ECHO_N?=       /bin/echo -n
 .else
 ECHO_N?=       ${ECHO} -n



Home | Main Index | Thread Index | Old Index