From: Ben Gras Date: Tue, 22 Jun 2010 14:00:42 +0000 (+0000) Subject: make: don't link with -g as nm can't read the symbol table any more. X-Git-Tag: v3.1.8~404 X-Git-Url: http://zhaoyanbai.com/repos/man.arpaname.html?a=commitdiff_plain;h=c8372f31f8c6abc6bb15e8de6850e4776a161d10;p=minix.git make: don't link with -g as nm can't read the symbol table any more. --- diff --git a/commands/make/Makefile b/commands/make/Makefile index 7ac93b337..a7d90e3b5 100644 --- a/commands/make/Makefile +++ b/commands/make/Makefile @@ -15,7 +15,7 @@ SRCS+= lstPrev.c # For MINIX -CPPFLAGS+= -g -Wall -DHAVE_SETENV -DHAVE_STRERROR -DHAVE_STRDUP \ +CPPFLAGS+= -DHAVE_SETENV -DHAVE_STRERROR -DHAVE_STRDUP \ -DHAVE_STRFTIME -DHAVE_VSNPRINTF -DUSE_SELECT MACHINE=${ARCH} MACHINE_ARCH=${ARCH}