diff options
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 3bfc305..c00e2cc 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -274,8 +274,8 @@ tests-static-normal := \ # tests-static-normal tests-static-internal := \ - tst-dl_find_object-static \ tst-dl-printf-static \ + tst-dl_find_object-static \ tst-ptrguard1-static \ tst-stackguard1-static \ tst-tls1-static \ |