summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2013-06-21 10:02:32 -0700
committerPeter Johnson <peter@tortall.net>2013-06-21 10:03:05 -0700
commitc3aa2478c674ac08206f52df44ab798da9585aa0 (patch)
tree5b5eba32b32527321f2bd23e0869bd6f817f8837
parent31c99f1fb24a893e0bd7778ba165a779474246b5 (diff)
downloadyasm-c3aa2478c674ac08206f52df44ab798da9585aa0.tar.gz
Unbreak distcheck.
-rw-r--r--modules/objfmts/elf/tests/x32/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/objfmts/elf/tests/x32/Makefile.inc b/modules/objfmts/elf/tests/x32/Makefile.inc
index d62ba3ea..2db20525 100644
--- a/modules/objfmts/elf/tests/x32/Makefile.inc
+++ b/modules/objfmts/elf/tests/x32/Makefile.inc
@@ -3,8 +3,8 @@ TESTS += modules/objfmts/elf/tests/x32/elf_x32_test.sh
EXTRA_DIST += modules/objfmts/elf/tests/x32/elf_x32_test.sh
EXTRA_DIST += modules/objfmts/elf/tests/x32/elf-rip.asm
EXTRA_DIST += modules/objfmts/elf/tests/x32/elf-rip.hex
-EXTRA_DIST += modules/objfmts/elf/tests/x32/elfso32.asm
-EXTRA_DIST += modules/objfmts/elf/tests/x32/elfso32.hex
+EXTRA_DIST += modules/objfmts/elf/tests/x32/elfsox32.asm
+EXTRA_DIST += modules/objfmts/elf/tests/x32/elfsox32.hex
EXTRA_DIST += modules/objfmts/elf/tests/x32/gotpcrel.asm
EXTRA_DIST += modules/objfmts/elf/tests/x32/gotpcrel.hex
EXTRA_DIST += modules/objfmts/elf/tests/x32/multiplefixup.asm