diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-22 16:03:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-22 16:03:46 +0000 |
commit | 9df541684a60a94d94cc0c08de119eec718f2318 (patch) | |
tree | 2867818d5fcba8d0cbf7547e319f0646534798b1 /elf/Makefile | |
parent | 5b5255f197c7b6355010d781370a3331ab5b68c3 (diff) | |
download | glibc-9df541684a60a94d94cc0c08de119eec718f2318.tar.gz glibc-9df541684a60a94d94cc0c08de119eec718f2318.tar.xz glibc-9df541684a60a94d94cc0c08de119eec718f2318.zip |
Update.
1999-09-22 Andreas Jaeger <aj@suse.de> * stdio-common/tstscanf.c (main): Add test case from PR libc/1313 reported by Ben Caradoc-Davies <bmcd@physics.otago.ac.nz>. 1999-09-22 Andreas Schwab <schwab@suse.de> * stdio-common/vfscanf.c: Fix width handling when scanning floats. 1999-04-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/Makefile (CFLAGS-multiload.c): Change to allow building in the source directory. Fixes PR libc/1059.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index c93e3eb1f3..ff5f44a819 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -230,7 +230,7 @@ $(objpfx)loadfail.out: $(objpfx)failobj.so $(objpfx)multiload: $(libdl) LDFLAGS-multiload = -rdynamic -CFLAGS-multiload.c = -DOBJDIR=\"$(objpfx)\" +CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\" $(objpfx)multiload.out: $(objpfx)testobj1.so |