diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-01-07 13:05:15 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-01-07 13:05:15 +0000 |
commit | d87e21dd262ffb7c9063e0ab857d14c0248b3bff (patch) | |
tree | 2280480dbb4bd314caef2a77ed95427dac5784b6 /sys/arch | |
parent | 03cdf7ed7684e6c18fd797bb4684411d8b59cf63 (diff) |
Fix typos.
"Please commit." miod@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 2aca53f3dfe..f0f6d83778d 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.45 2013/01/05 11:20:55 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.46 2013/01/07 13:05:14 aoyama Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -92,8 +92,8 @@ SYSTEM_LD_TAIL+=; \ LINKFLAGS+= -S -x .endif SYSTEM_LD_TAIL+=; \ - echo ${OBJCPY} -O a.out-m88k-openbsd --impure $@; \ - ${OBJCPY} -O a.out-m88k-openbsd --impure $@; \ + echo ${OBJCOPY} -O a.out-m88k-openbsd --impure $@; \ + ${OBJCOPY} -O a.out-m88k-openbsd --impure $@; \ chmod 755 $@ %LOAD |