diff options
author | Dmitry Mikhirev | 2014-12-08 23:13:33 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-12-08 23:13:33 +0300 |
commit | 54a08b0483c514201d17921f72a1fc565dbfdcac (patch) | |
tree | b52771a74a5c0f00335bd43b722397a48cf63614 /Makefile | |
parent | 4f007f4273d624de1474537ef3ec265b6a621858 (diff) | |
download | make_pcre-54a08b0483c514201d17921f72a1fc565dbfdcac.tar.gz make_pcre-54a08b0483c514201d17921f72a1fc565dbfdcac.tar.bz2 make_pcre-54a08b0483c514201d17921f72a1fc565dbfdcac.tar.xz make_pcre-54a08b0483c514201d17921f72a1fc565dbfdcac.zip |
fix tests on travis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pcre.so: pcre.c $(CC) $(CPPFLAGS) $(CFLAGS) $(MAKE_CFLAGS) -fPIC \ $(LDFLAGS) -shared -o $@ $< $(LIBS) -check: +check: pcre.so @if [ -n "`which $(GNUMAKE4)`" ] ; then \ $(GNUMAKE4) -k -f tests.mk ; \ else \ |