diff options
author | Sascha Schumann <sas@php.net> | 2002-03-18 14:38:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-18 14:38:01 +0000 |
commit | 26a92a72f16c5398f08c358e8e0dbb3dfa296385 (patch) | |
tree | edb43af6dd48a84f713356477ba0581a4216765d /regex | |
parent | 94a3c1e7a46ccc0d8aed2ef734333f27f1477a44 (diff) | |
download | php-git-26a92a72f16c5398f08c358e8e0dbb3dfa296385.tar.gz |
unused makefile.in
Diffstat (limited to 'regex')
-rw-r--r-- | regex/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/regex/Makefile.in b/regex/Makefile.in deleted file mode 100644 index 27b0331b9b..0000000000 --- a/regex/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libregex.la -LTLIBRARY_SOURCES = regcomp.c regexec.c regerror.c regfree.c - -include $(top_srcdir)/build/ltlib.mk |