From f328b8112d08d6882b300440d591cde9d40383a6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 4 Dec 2014 07:37:05 -0800 Subject: * Makefile (tests/009/json.out): Use eager assignment intead of lazy assignment to set TXR_ARGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d54e2d4..28bdb744 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ tests/008/configfile.out: TXR_ARGS := $(top_srcdir)/tests/008/configfile tests/008/students.out: TXR_ARGS := $(top_srcdir)/tests/008/students.xml tests/008/soundex.out: TXR_ARGS := soundex sowndex lloyd lee jackson robert tests/008/filtenv.out: TXR_OPTS := -B -tests/009/json.out: TXR_ARGS = $(addprefix $(top_srcdir)/tests/009/,webapp.json pass1.json) +tests/009/json.out: TXR_ARGS := $(addprefix $(top_srcdir)/tests/009/,webapp.json pass1.json) tests/010/align-columns.out: TXR_ARGS := $(top_srcdir)/tests/010/align-columns.dat tests/010/block.out: TXR_OPTS := -B tests/010/reghash.out: TXR_OPTS := -B -- cgit v1.2.3