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. --- ChangeLog | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fddcdd5..e90b7a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-12-04 Kaz Kylheku + + * Makefile (tests/009/json.out): Use eager assignment + intead of lazy assignment to set TXR_ARGS. + 2014-12-04 Kaz Kylheku * Makefile (TXR): New variable. We use this to run txr 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