diff options
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6530f3db..55244ee3 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 $@.ok _$@ + @-$(CMP) $@.ok _$@ && rm -f _$@ # Targets generated for other tests: include Maketests diff --git a/test/Makefile.in b/test/Makefile.in index 22b5cf8d..d3711386 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 $@.ok _$@ + @-$(CMP) $@.ok _$@ && rm -f _$@ Gt-dummy: # file Maketests, generated from Makefile.am by the Gentests program addcomma: |