diff options
| author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-09-08 00:13:23 +0300 |
|---|---|---|
| committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-09-08 00:13:23 +0300 |
| commit | 823ced0e58385c959dc9de8a4621004f6e2d5ce0 (patch) | |
| tree | f3d622596151470420613c486d62e4d1c21a8b85 /Makefile | |
| parent | b94072b545e08d3b06d614267c42eced82bf50a8 (diff) | |
| download | vdr-plugin-epgfixer-823ced0e58385c959dc9de8a4621004f6e2d5ce0.tar.gz vdr-plugin-epgfixer-823ced0e58385c959dc9de8a4621004f6e2d5ce0.tar.bz2 | |
Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ TMPDIR ?= /tmp ### Regexp ifeq (exists, $(shell pkg-config libpcre && echo exists)) REGEXLIB = pcre -else ifeq (exists, $(shell pkg-config tre && echo exists)) - REGEXLIB = tre endif ### Make sure that necessary options are included: |
