summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-04 07:37:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-04 07:37:05 -0800
commitf328b8112d08d6882b300440d591cde9d40383a6 (patch)
treec061d68f03e96382727b2c5a4d35b7713886ff07
parentfe7359a6d119b08b4f26bba7734654b623db4be1 (diff)
downloadtxr-f328b8112d08d6882b300440d591cde9d40383a6.tar.gz
txr-f328b8112d08d6882b300440d591cde9d40383a6.tar.bz2
txr-f328b8112d08d6882b300440d591cde9d40383a6.zip
* Makefile (tests/009/json.out): Use eager assignment
intead of lazy assignment to set TXR_ARGS.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fddcdd5..e90b7a24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-12-04 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (tests/009/json.out): Use eager assignment
+ intead of lazy assignment to set TXR_ARGS.
+
+2014-12-04 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (TXR): New variable. We use this to run txr
rather than ./$(PROG). This way we can override the variable
from the command line if necessary.
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