From: Roland McGrath Date: Wed, 16 Feb 2005 10:46:08 +0000 (+0000) Subject: 2005-01-08 Jakub Jelinek X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a70436ec326888ed661ee7283eaec898112477;p=thirdparty%2Fglibc.git 2005-01-08 Jakub Jelinek * elf/Makefile (generated): Add tst-pie1{,.out,.o}. --- diff --git a/elf/Makefile b/elf/Makefile index 028be25b2da..c8db2651ea9 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -732,6 +732,8 @@ $(objpfx)tst-pie1: $(objpfx)tst-pie1.o $(objpfx)tst-piemod1.so -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \ -o $@ $(objpfx)tst-pie1.o $(objpfx)tst-piemod1.so \ $(common-objpfx)libc_nonshared.a + +generated += tst-pie1 tst-pie1.out tst-pie1.o endif check-textrel-CFLAGS = -O -Wall -D_XOPEN_SOURCE=600 -D_BSD_SOURCE