Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common_elf Fix typo. (COPT --> COPTS)
details: https://anonhg.NetBSD.org/src/rev/c86be7668ccf
branches: trunk
changeset: 471487:c86be7668ccf
user: tsubai <tsubai%NetBSD.org@localhost>
date: Fri Apr 02 12:09:44 1999 +0000
description:
Fix typo. (COPT --> COPTS)
diffstat:
lib/csu/common_elf/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 70329d833544 -r c86be7668ccf lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc Fri Apr 02 09:13:27 1999 +0000
+++ b/lib/csu/common_elf/Makefile.inc Fri Apr 02 12:09:44 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 1999/03/20 00:32:40 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.2 1999/04/02 12:09:44 tsubai Exp $
.if !defined(ELFSIZE)
ELFSIZE=32
@@ -7,7 +7,7 @@
CPPFLAGS+= -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=${ELFSIZE}
CPPFLAGS+= -I${.CURDIR}/../../../libexec/ld.elf_so
CPPFLAGS+= -I${.CURDIR}/../common_elf
-COPT+= -fPIC
+COPTS+= -fPIC
.PATH: ${.CURDIR}/../common_elf
Home |
Main Index |
Thread Index |
Old Index