diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-13 17:31:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-13 17:31:40 +0000 |
commit | 964b082efd3296424aa37613136d7a22efd43e69 (patch) | |
tree | 9c03426034593a8da4753846b846239ceb27d7b9 /posix/Makefile | |
parent | 1338451ba27ed2519cf1d563fb0900bf660c2230 (diff) | |
download | glibc-964b082efd3296424aa37613136d7a22efd43e69.tar.gz glibc-964b082efd3296424aa37613136d7a22efd43e69.tar.xz glibc-964b082efd3296424aa37613136d7a22efd43e69.zip |
Remove build rules for libposix.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/Makefile b/posix/Makefile index e35585a89d..eaaa8dd6fa 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -75,9 +75,6 @@ tests += wordexp-test tst-exec tst-spawn endif others := getconf install-bin := getconf -ifeq (yes,$(build-static)) -install-lib := libposix.a -endif gpl2lgpl := getopt.c getopt1.c getopt.h regex.c regex.h before-compile := testcases.h ptestcases.h @@ -112,9 +109,6 @@ tst-spawn-ARGS = -- $(built-program-cmd) tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata -$(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib) -lib: $(objpfx)libposix.a - testcases.h: TESTS TESTS2C.sed sed -f TESTS2C.sed < $< > $@T mv -f $@T $@ |