From 964b082efd3296424aa37613136d7a22efd43e69 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Jul 2000 17:31:40 +0000 Subject: Remove build rules for libposix. --- posix/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'posix/Makefile') 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 $@ -- cgit v1.2.3