summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c18fc9ec..fa62e9fb 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ tests/002/%: TXR_SCRIPT_ON_CMDLINE := y
$(PROG) $(TXR_DBG_OPTS) $(TXR_OPTS) -c "$$(cat $^)" \
$(TXR_ARGS) > $(@:.ok=.out),\
$(PROG) $(TXR_DBG_OPTS) $(TXR_OPTS) $^ $(TXR_ARGS) > $(@:.ok=.out))
- diff $(^:.txr=.expected) $(@:.ok=.out)
+ diff -u $(^:.txr=.expected) $(@:.ok=.out)
%.expected: %.txr
$(PROG) $(TXR_OPTS) $^ $(TXR_ARGS) > $@