diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |