diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:11:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:11:48 +0000 |
commit | 029c7b2599263f5a59c742f3c4970c5934fa5b96 (patch) | |
tree | 09aaa2020a1e9c845732f2f71e64e3ca165fd342 /misc | |
parent | 7011c2622fe3e10a29dbe74f06aaebd07710127d (diff) | |
download | glibc-029c7b2599263f5a59c742f3c4970c5934fa5b96.tar.gz glibc-029c7b2599263f5a59c742f3c4970c5934fa5b96.tar.xz glibc-029c7b2599263f5a59c742f3c4970c5934fa5b96.zip |
Remove libbsd-compat dummy library.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5df70e6ecc..3b15fb553a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -72,7 +72,7 @@ generated := tst-error1.mtrace tst-error1-mem include ../Makeconfig aux := init-misc -install-lib := libbsd-compat.a libg.a +install-lib := libg.a gpl2lgpl := error.c error.h tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \ @@ -100,7 +100,6 @@ CFLAGS-tst-tsearch.c = $(stack-align-test-flags) include ../Rules -$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib) $(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib) ifeq ($(build-shared),yes) |