diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-05-02 10:58:35 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-05-02 10:58:35 +0000 |
commit | f928fc290573ad8fdc4e3ae8decd0a18f3cff828 (patch) | |
tree | 613844365cad5e4d4b969ac86b68533c0cf503e8 /Makefile.am | |
parent | 4b9dcf13062cca86e30b199b45e2d98256b103a3 (diff) | |
download | pcre-f928fc290573ad8fdc4e3ae8decd0a18f3cff828.tar.gz |
Fix RunGrepTest for make distcheck (previous change added a bug).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@160 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b34243b..e8cfc5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,7 +282,8 @@ EXTRA_DIST += \ CLEANFILES += \ testsavedregex \ teststderr \ - testtry + testtry \ + testNinput # PCRE demonstration program noinst_PROGRAMS += pcredemo |