diff options
| author | christos <christos@NetBSD.org> | 1999-03-03 21:18:00 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1999-03-03 21:18:00 +0000 |
| commit | ec2edc19fde3370a188773de76dd9ab67c81e501 (patch) | |
| tree | f0b3de0b7faacffd441afe3e435f37cbef0d44ab /libexec/ld.elf_so/Makefile | |
| parent | 6b8842ab8e8bb01efa311039e5912ddaffd46223 (diff) | |
Make this compile without -DRTLD_LOADER and fix printf format problems on
the alpha.
Diffstat (limited to 'libexec/ld.elf_so/Makefile')
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile index 82e0e0b9c1e..a2fbc81c5fc 100644 --- a/libexec/ld.elf_so/Makefile +++ b/libexec/ld.elf_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/03/03 12:00:19 jonathan Exp $ +# $NetBSD: Makefile,v 1.24 1999/03/03 21:18:00 christos Exp $ .include <bsd.own.mk> # for OBJECT_FMT definition @@ -30,7 +30,6 @@ CPPFLAGS+= -DDEBUG -DRTLD_LOADER LDADD+= -L${DESTDIR}/${LIBDIR} -L${CLIBOBJ} -non_shared -lc_pic DPADD+= ${LIBC_PIC} -CFLAGS+=-g .if (${OBJECT_FMT} == "ELF") # to be installed |
