diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-29 17:59:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-29 17:59:46 +0000 |
commit | 41b5aaf9c93b45455c51666b6c273d2ae56008a3 (patch) | |
tree | 3e34e05e157c7fd8f3b8710da375c40980f8ed53 /inet/Makefile | |
parent | 9c145d90edea1319bb79fbbc159a9853b3e2523a (diff) | |
download | glibc-41b5aaf9c93b45455c51666b6c273d2ae56008a3.tar.gz glibc-41b5aaf9c93b45455c51666b6c273d2ae56008a3.tar.xz glibc-41b5aaf9c93b45455c51666b6c273d2ae56008a3.zip |
(CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c): Removed.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inet/Makefile b/inet/Makefile index 945f8e50a8..a78a8865f2 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -50,11 +50,6 @@ routines := htonl htons \ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode tst-network -# No warnings about losing BSD code. -CFLAGS-rcmd.c = -w -CFLAGS-rexec.c = -w -CFLAGS-ruserpass.c = -w - include ../Rules ifeq ($(have-thread-library),yes) |