From 0e0556cc9dd48c969353f1d00db5b8ee734432cd Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 25 Jul 2009 05:29:47 +0000 Subject: [PATCH] Unbreak distcheck. svn path=/trunk/yasm/; revision=2224 --- modules/preprocs/tasm/tests/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/preprocs/tasm/tests/Makefile.inc b/modules/preprocs/tasm/tests/Makefile.inc index 23450b4e..e2e0beca 100644 --- a/modules/preprocs/tasm/tests/Makefile.inc +++ b/modules/preprocs/tasm/tests/Makefile.inc @@ -3,7 +3,7 @@ TESTS += modules/preprocs/tasm/tests/tasmpp_test.sh EXTRA_DIST += modules/preprocs/tasm/tests/tasmpp_test.sh -EXTRA_DIST += modules/preprocs/nasm/tests/tasm-assume-comment.asm -EXTRA_DIST += modules/preprocs/nasm/tests/tasm-assume-comment.hex -EXTRA_DIST += modules/preprocs/nasm/tests/tasm-comment-instr.asm -EXTRA_DIST += modules/preprocs/nasm/tests/tasm-comment-instr.hex +EXTRA_DIST += modules/preprocs/tasm/tests/tasm-assume-comment.asm +EXTRA_DIST += modules/preprocs/tasm/tests/tasm-assume-comment.hex +EXTRA_DIST += modules/preprocs/tasm/tests/tasm-comment-instr.asm +EXTRA_DIST += modules/preprocs/tasm/tests/tasm-comment-instr.hex -- 2.40.0