From bf726173e725ccbccef404f631385d52adcabb29 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Apr 1999 10:17:53 +0000 Subject: Update. 1999-04-02 Andreas Jaeger * 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. --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index c6f9ef8..0fcb1b2 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 -- cgit v1.1