diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 23:33:20 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-06 23:33:20 +0000 |
| commit | cf90163d418e0cf83166e85735ba81a3cd28ed32 (patch) | |
| tree | 21c0c406b7d2a8d379366b7f9026782f24ede334 | |
| parent | a85d5c806068dc0d6332390c7a87e60ccd99be9a (diff) | |
| download | glibc-cf90163d418e0cf83166e85735ba81a3cd28ed32.tar.xz glibc-cf90163d418e0cf83166e85735ba81a3cd28ed32.zip | |
Regenerated: autoconf configure.in
84 files changed, 88 insertions, 11 deletions
@@ -677,7 +677,7 @@ fi if test -n "$libgd_include"; then config_vars="$config_vars -CFLAGS-memprofstat.c = $libgd_include" +CFLAGS-memusagestat.c = $libgd_include" fi if test -n "$libgd_ldflags"; then config_vars="$config_vars diff --git a/configure.in b/configure.in index 13ed632a7f..4073ff190e 100644 --- a/configure.in +++ b/configure.in @@ -61,7 +61,7 @@ esac if test -n "$libgd_include"; then config_vars="$config_vars -CFLAGS-memprofstat.c = $libgd_include" +CFLAGS-memusagestat.c = $libgd_include" fi if test -n "$libgd_ldflags"; then config_vars="$config_vars diff --git a/crypt/Makefile b/crypt/Makefile index 0692c2647c..532853069b 100644 --- a/crypt/Makefile +++ b/crypt/Makefile @@ -45,17 +45,15 @@ $(objpfx)md5test: $(objpfx)md5.o include ../Rules -LDLIBS-cert = libcrypt -LDLIBS-md5c-test = libcrypt - ifeq (yes,$(build-shared)) libcrypt-dep = $(objpfx)libcrypt.so else libcrypt-dep = $(objpfx)libcrypt.a endif -$(objpfx)cert.out: $(libcrypt-dep) -$(objpfx)md5c-test.out: $(libcrypt-dep) +$(objpfx)cert: $(libcrypt-dep) +$(objpfx)md5c-test: $(libcrypt-dep) + # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if |
