diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-17 17:19:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-17 17:51:12 +0200 |
commit | 2733ce87f0ffd9a6b950ec49f1d502da7a7e973b (patch) | |
tree | c67cbc0eff152ad247908bcc498a7a9eba8b759c /libc/misc/regex/Makefile.in | |
parent | 43da5e839f0a287206b5aafd8784e8390481fa73 (diff) |
remove old regex implementation
Diffstat (limited to 'libc/misc/regex/Makefile.in')
-rw-r--r-- | libc/misc/regex/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/misc/regex/Makefile.in b/libc/misc/regex/Makefile.in index f95a9f7a3..f0c349466 100644 --- a/libc/misc/regex/Makefile.in +++ b/libc/misc/regex/Makefile.in @@ -7,8 +7,7 @@ subdirs += libc/misc/regex -VARIANT := $(if $(UCLIBC_HAS_REGEX_OLD),_old) -CSRC-y := regex$(VARIANT).c +CSRC-y := regex.c MISC_REGEX_DIR := $(top_srcdir)libc/misc/regex MISC_REGEX_OUT := $(top_builddir)libc/misc/regex |