From: Roland McGrath Date: Tue, 30 Jan 1996 02:53:27 +0000 (+0000) Subject: (+cflags): Append to this instead of CFLAGS. X-Git-Tag: cvs/libc-960130~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fc970dae4bde98beae674440fd11cbacaa43c6;p=thirdparty%2Fglibc.git (+cflags): Append to this instead of CFLAGS. --- diff --git a/resolv/Makefile b/resolv/Makefile index 5bf0d0ce74a..ebb89671550 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -30,4 +30,4 @@ routines := gethnamaddr getnetbyaddr getnetbyname getnetent getnetnamadr \ include ../Rules -CFLAGS += -Wno-strict-prototypes -Wno-comment -Wno-write-strings ++cflags += -Wno-strict-prototypes -Wno-comment -Wno-write-strings