diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-30 02:53:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-30 02:53:27 +0000 |
commit | f3fc970dae4bde98beae674440fd11cbacaa43c6 (patch) | |
tree | bc4a4ea610122a89d2e2978520d8d3ae44f36b7e /resolv/Makefile | |
parent | 924940c12026cc160a04f44a564cc8d313a8d394 (diff) | |
download | glibc-f3fc970dae4bde98beae674440fd11cbacaa43c6.tar.gz glibc-f3fc970dae4bde98beae674440fd11cbacaa43c6.tar.xz glibc-f3fc970dae4bde98beae674440fd11cbacaa43c6.zip |
(+cflags): Append to this instead of CFLAGS.
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 5bf0d0ce74..ebb8967155 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 |