aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-01 08:26:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-01 08:26:05 +0200
commit5712ad9b220c097371f0e83d09c3b1ce5e511c55 (patch)
tree030896150be339e0a28b2a312da26553ac19bb7c /test
parenta4f7d089fd1bab11a63627df6ad3a55e541662fd (diff)
downloadegawk-5712ad9b220c097371f0e83d09c3b1ce5e511c55.tar.gz
egawk-5712ad9b220c097371f0e83d09c3b1ce5e511c55.tar.bz2
egawk-5712ad9b220c097371f0e83d09c3b1ce5e511c55.zip
Fixes for cygwin, make new dist file for me.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e5602ee1..eec0f691 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 1 08:11:46 2010 Corinna Vinschen <vinschen@redhat.com>
+
+ * Makefile.am (beginfile1): Refer to Makefile instead of
+ $(srcdir)/Makefile for building out of the source directory.
+
Tue Nov 30 13:51:35 2010 Arnold D. Robbins <arnold@skeeve.com>
* badargs.ok: Updated.
diff --git a/test/Makefile.am b/test/Makefile.am
index 347e8d24..d05c8fd4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1298,7 +1298,7 @@ printfbad2: printfbad2.ok
beginfile1::
@echo $@
- @AWKPATH=$(srcdir) $(AWK) -f $@.awk $(srcdir)/$@.awk . ./no/such/file $(srcdir)/Makefile >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk $(srcdir)/$@.awk . ./no/such/file Makefile >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
dumpvars::
diff --git a/test/Makefile.in b/test/Makefile.in
index f62add56..8855a39c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1646,7 +1646,7 @@ printfbad2: printfbad2.ok
beginfile1::
@echo $@
- @AWKPATH=$(srcdir) $(AWK) -f $@.awk $(srcdir)/$@.awk . ./no/such/file $(srcdir)/Makefile >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk $(srcdir)/$@.awk . ./no/such/file Makefile >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
dumpvars::