diff options
author | Andreas Jaeger <aj@suse.de> | 2005-01-07 14:00:18 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2005-01-07 14:00:18 +0000 |
commit | b9c736f075dce13bc276890bdb5993f534f07daa (patch) | |
tree | bc9b7e09d327b9ff833832da4fc03d9f7bede6de | |
parent | 1b80bbc103d736213546428e13272667b1f75b57 (diff) | |
download | glibc-b9c736f075dce13bc276890bdb5993f534f07daa.zip glibc-b9c736f075dce13bc276890bdb5993f534f07daa.tar.gz glibc-b9c736f075dce13bc276890bdb5993f534f07daa.tar.bz2 |
(tests): Revert patch from 2005-01-03.
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index b2e2bb2..57c2d7b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -165,7 +165,7 @@ tests-nodlopen-yes = nodlopen nodlopen2 tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog endif ifeq (yesyes,$(have-fpie)$(build-shared)) -tests += tst-pie1 +tests: $(objpfx)tst-pie1.out endif modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ testobj1_1 failobj constload2 constload3 unloadmod \ |