]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Fix Makefile.am. Essentially, revert r13317 which does not seem to
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 31 Aug 2013 16:02:15 +0000 (16:02 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 31 Aug 2013 16:02:15 +0000 (16:02 +0000)
be necessary. The additional DIST_INSN_TESTS variable was causing problems
in check_makefile_consistecy which reported false errors. I suspect this
is because my awk is mawk and not gawk.
Also add dfp_utils.h which was missing in the tarball from 'make dist'.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13520

none/tests/s390x/Makefile.am

index fdbd760e70dcb16ebeb6ace94204eb58198cbdaf..c820accb1eaf6c24cc4d2be31e217573df4344d7 100644 (file)
@@ -26,16 +26,14 @@ check_PROGRAMS = $(INSN_TESTS) \
                 allexec \
                 op00
 
-DIST_INSN_TESTS = $(INSN_TESTS) dfp-1
-
 EXTRA_DIST = \
-       $(addsuffix .stderr.exp,$(DIST_INSN_TESTS)) \
-       $(addsuffix .stdout.exp,$(DIST_INSN_TESTS)) \
-       $(addsuffix .vgtest,$(DIST_INSN_TESTS)) \
+       $(addsuffix .stderr.exp,$(INSN_TESTS)) \
+       $(addsuffix .stdout.exp,$(INSN_TESTS)) \
+       $(addsuffix .vgtest,$(INSN_TESTS)) \
        ecag.stdout.exp-z10ec ecag.stdout.exp-z196 ecag.stdout.exp-zec12 \
        op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
        fpext_fail.vgtest fpext_fail.stderr.exp fpext_fail.stdout.exp \
-       test.h opcodes.h add.h  and.h  div.h  insert.h \
+       test.h opcodes.h add.h  and.h  div.h  insert.h dfp_utils.h \
        mul.h  or.h  sub.h  xor.h table.h svc.h rounding.h \
        dfp-1.stderr.exp dfp-1.stdout.exp dfp-1.vgtest \
        dfp-2.stderr.exp dfp-2.stdout.exp dfp-2.vgtest \