diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 05:02:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 05:02:54 +0000 |
commit | 68c685f91f9845563b35fda0f3edd8cf585a42e9 (patch) | |
tree | d58e74eb5e24e9d1a15db451ea4afb264d34b680 /inet | |
parent | 6eace24c70e61ac158656073ba51815044ba58c9 (diff) | |
download | glibc-68c685f91f9845563b35fda0f3edd8cf585a42e9.zip glibc-68c685f91f9845563b35fda0f3edd8cf585a42e9.tar.gz glibc-68c685f91f9845563b35fda0f3edd8cf585a42e9.tar.bz2 |
Update.
* inet/Makefile (tests): Remove tst-ipnode.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index a78a886..93f9098 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -48,7 +48,7 @@ routines := htonl htons \ in6_addr getnameinfo if_index getipnodebyad freehostent \ getipnodebynm -tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode tst-network +tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network # tst-ipnode include ../Rules |