Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so/arch -I${.CURDIR} is done at the top-level...



details:   https://anonhg.NetBSD.org/src/rev/a60c7d00b6bd
branches:  trunk
changeset: 536904:a60c7d00b6bd
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Sep 24 01:59:44 2002 +0000

description:
-I${.CURDIR} is done at the top-level, so there's no need to do it here.

diffstat:

 libexec/ld.elf_so/arch/mips/Makefile.inc    |  4 ++--
 libexec/ld.elf_so/arch/powerpc/Makefile.inc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r dadc9e66bdfd -r a60c7d00b6bd libexec/ld.elf_so/arch/mips/Makefile.inc
--- a/libexec/ld.elf_so/arch/mips/Makefile.inc  Tue Sep 24 01:58:44 2002 +0000
+++ b/libexec/ld.elf_so/arch/mips/Makefile.inc  Tue Sep 24 01:59:44 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.11 2002/09/12 18:33:39 mycroft Exp $
+#      $NetBSD: Makefile.inc,v 1.12 2002/09/24 01:59:44 mycroft Exp $
 
 SRCS+= rtld_start.S mips_reloc.c
 
 # XXX Should not be in CPPFLAGS!
 CPPFLAGS+= -mabicalls -G0 -fPIC
 
-CPPFLAGS+= -DELFSIZE=32 -I${.CURDIR}
+CPPFLAGS+= -DELFSIZE=32
 CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
 
 LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r dadc9e66bdfd -r a60c7d00b6bd libexec/ld.elf_so/arch/powerpc/Makefile.inc
--- a/libexec/ld.elf_so/arch/powerpc/Makefile.inc       Tue Sep 24 01:58:44 2002 +0000
+++ b/libexec/ld.elf_so/arch/powerpc/Makefile.inc       Tue Sep 24 01:59:44 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.5 2001/12/20 19:20:03 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2002/09/24 01:59:44 mycroft Exp $
 
 SRCS+= rtld_start.S ppc_reloc.c
 
 # XXX Should not be in CPPFLAGS!
 CPPFLAGS+= -fpic -msoft-float
 
-CPPFLAGS+= -DELFSIZE=32 -DVARPSZ -I${.CURDIR}
+CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
 
 LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
 LDFLAGS+= --script ${.CURDIR}/arch/powerpc/ld.so.script



Home | Main Index | Thread Index | Old Index