diff options
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 5dc63347d..23eb3ed47 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2013 Free Software Foundation, Inc. +# Copyright (C) 1991-2014 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -79,7 +79,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-mntent tst-hsearch \ @@ -111,7 +111,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) |