diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-02 10:17:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-02 10:17:53 +0000 |
commit | bf726173e725ccbccef404f631385d52adcabb29 (patch) | |
tree | ef887409e5f01caec1f68d3e0abcf0d7db5ece6e /elf | |
parent | 7081e0a34c10eb54ab5f4ca62c5f4f4fa222cbff (diff) | |
download | glibc-bf726173e725ccbccef404f631385d52adcabb29.tar.gz glibc-bf726173e725ccbccef404f631385d52adcabb29.tar.xz glibc-bf726173e725ccbccef404f631385d52adcabb29.zip |
Update.
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. * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index c6f9ef8f51..0fcb1b2e55 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -252,7 +252,7 @@ $(objpfx)loadfail.out: $(objpfx)failobj.so $(objpfx)multiload: $(libdl) LDFLAGS-multiload = -rdynamic -CFLAGS-multiload.c = -DOBJDIR=\"$(objdir)/$(subdir)\" +CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\" $(objpfx)multiload.out: $(objpfx)testobj1.so |