diff options
| author | martin <martin@NetBSD.org> | 2005-01-11 07:47:37 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-01-11 07:47:37 +0000 |
| commit | d977618dcf8242fb00d2e1fea9aed8744fe39f64 (patch) | |
| tree | 00fe634495633b585794853d8a1971d82abf04f5 /libexec | |
| parent | f2bd93408a189afee63f7e30afe55c814b236bf7 (diff) | |
Backout -DDEBUG that I accidently commited with the last change
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile index 10e33b78ddd..9c90bdd174d 100644 --- a/libexec/ld.elf_so/Makefile +++ b/libexec/ld.elf_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/01/09 14:58:15 martin Exp $ +# $NetBSD: Makefile,v 1.71 2005/01/11 07:47:37 martin Exp $ .include <bsd.own.mk> # for OBJECT_FMT definition .include <bsd.shlib.mk> # for SHLINKINSTALLDIR definition @@ -43,7 +43,7 @@ CPPFLAGS+= -DLIBDIR=\"${LIBDIR}\" -D_PATH_RTLD=\"${BINDIR}/${PROG}\" CPPFLAGS+= -I${.CURDIR} CPPFLAGS+= -DRTLD_LOADER CPPFLAGS+= -D_RTLD_SOURCE -CPPFLAGS+= -DDEBUG +#CPPFLAGS+= -DDEBUG #CPPFLAGS+= -DRTLD_DEBUG #CPPFLAGS+= -DRTLD_DEBUG_RELOC #DBG= -g |
