Don't override DBG here. It should be defined in parent Makefiles.
This commit is contained in:
parent
8e8b498d9c
commit
b85c5addbb
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.15 2002/03/28 04:33:24 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.16 2002/04/06 18:12:50 tsutsui Exp $
|
||||
#
|
||||
# Include this fragment to build libhack.o
|
||||
# It is .o and not .a to make sure these are the
|
||||
|
@ -23,10 +23,6 @@ HACKOBJS+= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o \
|
|||
libhack.o: ${HACKOBJS}
|
||||
${LD} -r -o $@ ${HACKOBJS}
|
||||
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
DBG= -Os
|
||||
.endif
|
||||
|
||||
|
||||
# XXX .PATH won't work here, because of crunchgen used by various builds
|
||||
|
||||
|
|
Loading…
Reference in New Issue