diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-28 16:39:11 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-28 16:39:11 +0000 |
commit | c4869de2c791985539b642ec22606a3cebc03778 (patch) | |
tree | 62bc650f32e54ac31fe59966cd53b90ff3e15f5a /libc/misc/regex/Makefile.in | |
parent | 47e2330706f095aecc98fb7998c60bd1c6c045d3 (diff) |
Rename regex.c to regex_old.c
Diffstat (limited to 'libc/misc/regex/Makefile.in')
-rw-r--r-- | libc/misc/regex/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/regex/Makefile.in b/libc/misc/regex/Makefile.in index 50d2c2d06..5c86e874d 100644 --- a/libc/misc/regex/Makefile.in +++ b/libc/misc/regex/Makefile.in @@ -6,7 +6,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC:=regex.c +CSRC:=regex_old.c MISC_REGEX_DIR:=$(top_srcdir)libc/misc/regex MISC_REGEX_OUT:=$(top_builddir)libc/misc/regex |