From: Peter Johnson Date: Tue, 8 Nov 2005 03:44:38 +0000 (-0000) Subject: Unbreak distcheck. X-Git-Tag: v0.5.0rc1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4debc9c542fdf88a6e2dfcff5af29c07f578de07;p=yasm Unbreak distcheck. svn path=/trunk/yasm/; revision=1316 --- diff --git a/modules/objfmts/elf/tests/gas64/Makefile.inc b/modules/objfmts/elf/tests/gas64/Makefile.inc index 78267fc2..1ae2e255 100644 --- a/modules/objfmts/elf/tests/gas64/Makefile.inc +++ b/modules/objfmts/elf/tests/gas64/Makefile.inc @@ -3,6 +3,6 @@ TESTS += modules/objfmts/elf/tests/gas64/elf_gas64_test.sh EXTRA_DIST += modules/objfmts/elf/tests/gas64/elf_gas64_test.sh -EXTRA_DIST += modules/objfmts/elf/tests/amd64/elf_gas64_reloc.asm -EXTRA_DIST += modules/objfmts/elf/tests/amd64/elf_gas64_reloc.hex -EXTRA_DIST += modules/objfmts/elf/tests/amd64/elf_gas64_reloc.errwarn +EXTRA_DIST += modules/objfmts/elf/tests/gas64/elf_gas64_reloc.asm +EXTRA_DIST += modules/objfmts/elf/tests/gas64/elf_gas64_reloc.hex +EXTRA_DIST += modules/objfmts/elf/tests/gas64/elf_gas64_reloc.errwarn