Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pc532/conf Fix tyop in previous - a "$" before a ma...



details:   https://anonhg.NetBSD.org/src/rev/8929b4614e54
branches:  trunk
changeset: 554898:8929b4614e54
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Nov 04 02:18:49 2003 +0000

description:
Fix tyop in previous - a "$" before a make variable works wonders.

diffstat:

 sys/arch/pc532/conf/Makefile.pc532 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75903f0a89d0 -r 8929b4614e54 sys/arch/pc532/conf/Makefile.pc532
--- a/sys/arch/pc532/conf/Makefile.pc532        Tue Nov 04 01:53:28 2003 +0000
+++ b/sys/arch/pc532/conf/Makefile.pc532        Tue Nov 04 02:18:49 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.pc532,v 1.73 2003/10/27 09:27:25 simonb Exp $
+#      $NetBSD: Makefile.pc532,v 1.74 2003/11/04 02:18:49 simonb Exp $
 
 # Makefile for NetBSD
 #
@@ -59,7 +59,7 @@
 ##
 ## (5) link settings
 ##
-CHECK!= {LD} --version 2>&1; :
+CHECK!= ${LD} --version 2>&1; :
 .if ${CHECK:Minvalid} == ""
 TEXTADDR?=      E0002020
 .else



Home | Main Index | Thread Index | Old Index