From: Florian Krohm Date: Sat, 31 Aug 2013 16:02:15 +0000 (+0000) Subject: s390: Fix Makefile.am. Essentially, revert r13317 which does not seem to X-Git-Tag: svn/VALGRIND_3_9_0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6855a0a14876bbad5e04a2b8f7fad4ee090561c1;p=thirdparty%2Fvalgrind.git s390: Fix Makefile.am. Essentially, revert r13317 which does not seem to 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 --- diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am index fdbd760e70..c820accb1e 100644 --- a/none/tests/s390x/Makefile.am +++ b/none/tests/s390x/Makefile.am @@ -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 \