summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2009-03-04 07:39:02 +0000
committerPeter Johnson <peter@tortall.net>2009-03-04 07:39:02 +0000
commit92f63a58c715f0498b6754c70916e5353331c29b (patch)
tree689bb6fb836acfe0c23aa135587ec96aaccfff54
parent963ded10cd5da0d0703437837807ffb4a5e7c12c (diff)
downloadyasm-92f63a58c715f0498b6754c70916e5353331c29b.tar.gz
Unbreak snapshots (broken in [2172]).
Noticed by: Mark Charney <mark.charney@intel.com> svn path=/trunk/yasm/; revision=2176
-rw-r--r--modules/preprocs/raw/tests/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/preprocs/raw/tests/Makefile.inc b/modules/preprocs/raw/tests/Makefile.inc
index 19b2792b..bfb35cab 100644
--- a/modules/preprocs/raw/tests/Makefile.inc
+++ b/modules/preprocs/raw/tests/Makefile.inc
@@ -2,6 +2,6 @@
TESTS += modules/preprocs/raw/tests/rawpp_test.sh
-EXTRA_DIST += modules/preprocs/nasm/tests/rawpp_test.sh
-EXTRA_DIST += modules/preprocs/nasm/tests/longline.asm
-EXTRA_DIST += modules/preprocs/nasm/tests/longline.hex
+EXTRA_DIST += modules/preprocs/raw/tests/rawpp_test.sh
+EXTRA_DIST += modules/preprocs/raw/tests/longline.asm
+EXTRA_DIST += modules/preprocs/raw/tests/longline.hex