~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/misc/Makefile

  • Committer: joseph
  • Date: 2014-01-03 17:51:28 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:24942
Merge changes between r24468 and r24941 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
 
1
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
2
2
# This file is part of the GNU C Library.
3
3
 
4
4
# The GNU C Library is free software; you can redistribute it and/or
79
79
include ../Makeconfig
80
80
 
81
81
aux := init-misc
82
 
install-lib := libbsd-compat.a libg.a
 
82
install-lib := libg.a
83
83
gpl2lgpl := error.c error.h
84
84
 
85
85
tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \
111
111
 
112
112
include ../Rules
113
113
 
114
 
$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib)
115
114
$(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
116
115
 
117
116
ifeq ($(build-shared),yes)