summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:46:08 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:46:08 +0000
commit43a70436ec326888ed661ee7283eaec898112477 (patch)
tree726c718bb553177b85e95f9f63250e2248fe2a4c /elf
parentbdbb3b64a99c3cc8742a176dee8aaa2f467c3782 (diff)
2005-01-08 Jakub Jelinek <jakub@redhat.com>
* elf/Makefile (generated): Add tst-pie1{,.out,.o}.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 028be25b2d..c8db2651ea 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