diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 10:11:34 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 10:11:34 -0400 |
commit | 7975e6a2960b95942b6732dd59969aa3abca2502 (patch) | |
tree | 744f8605ad8c399cee4dc7a2b34aaba8f4d54492 | |
parent | 3d2ecabdecfbaf1496984ff333d630c3eacbcb68 (diff) | |
download | egawk-7975e6a2960b95942b6732dd59969aa3abca2502.tar.gz egawk-7975e6a2960b95942b6732dd59969aa3abca2502.tar.bz2 egawk-7975e6a2960b95942b6732dd59969aa3abca2502.zip |
Update test/Makefile.in to reflect last patch.
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 38fd231e..86ce59a7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -442,7 +442,9 @@ EXTRA_DIST = \ fnparydl.awk \ fnparydl.ok \ fork.awk \ + fork.ok \ fork2.awk \ + fork2.ok \ fpat1.awk \ fpat1.in \ fpat1.ok \ @@ -737,6 +739,7 @@ EXTRA_DIST = \ opasnslf.ok \ ordchr.awk \ ordchr.ok \ + ordchr2.ok \ out1.ok \ out2.ok \ out3.ok \ |