Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/csu/common_elf Pull up rev 1.2 from trunk.



details:   https://anonhg.NetBSD.org/src/rev/d93d5ae17d44
branches:  netbsd-1-4
changeset: 468044:d93d5ae17d44
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Apr 04 07:28:05 1999 +0000

description:
Pull up rev 1.2 from trunk.

diffstat:

 lib/csu/common_elf/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb83844572fb -r d93d5ae17d44 lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc   Sun Apr 04 06:58:28 1999 +0000
+++ b/lib/csu/common_elf/Makefile.inc   Sun Apr 04 07:28:05 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1.2.1 1999/04/03 22:35:00 simonb Exp $
+#      $NetBSD: Makefile.inc,v 1.1.2.2 1999/04/04 07:28:05 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