~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/crypt/Makefile

  • Committer: joseph
  • Date: 2013-06-04 15:48:26 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23218
Merge changes between r23097 and r23217 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
$(addprefix $(objpfx),$(tests)): $(objpfx)libcrypt.a
76
76
endif
77
77
endif # eglibc: OPTION_EGLIBC_CRYPT
78
 
 
79
 
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
80
 
# This ensures they will load libc.so for needed symbols if loaded by
81
 
# a statically-linked program that hasn't already loaded it.
82
 
$(objpfx)libcrypt.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a