aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 55244ee3..f3b21e41 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1701,7 +1701,7 @@ symtab6:
@echo $@
@$(AWK) -d__$@ -f $(srcdir)/$@.awk
@grep -v '^ENVIRON' __$@ > _$@ ; rm __$@
- @-$(CMP) $@.ok _$@ && rm -f _$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
# Targets generated for other tests:
include Maketests
diff --git a/test/Makefile.in b/test/Makefile.in
index d3711386..c49280c7 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2082,7 +2082,7 @@ symtab6:
@echo $@
@$(AWK) -d__$@ -f $(srcdir)/$@.awk
@grep -v '^ENVIRON' __$@ > _$@ ; rm __$@
- @-$(CMP) $@.ok _$@ && rm -f _$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
Gt-dummy:
# file Maketests, generated from Makefile.am by the Gentests program
addcomma: