diff options
author | Sascha Schumann <sascha@apache.org> | 2000-06-12 08:46:04 +0200 |
---|---|---|
committer | Sascha Schumann <sascha@apache.org> | 2000-06-12 08:46:04 +0200 |
commit | 2a521ae209c014b929714da4a609a8d9e0e2710d (patch) | |
tree | c6e9cff8074834884340ad8042d034f1750e6526 /srclib | |
parent | Build only needed parts of libpcre. This is more light-wheight than (diff) | |
download | apache2-2a521ae209c014b929714da4a609a8d9e0e2710d.tar.xz apache2-2a521ae209c014b929714da4a609a8d9e0e2710d.zip |
Remove reference to dftables.lo from CLEANFILES. *.lo is automatically
unlinked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 7e41c839af..4df8a2258e 100644 --- a/srclib/pcre/Makefile.in +++ b/srclib/pcre/Makefile.in @@ -1,7 +1,7 @@ LTLIBRARY_NAME = libpcre.la LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c -CLEANFILES = dftables dftables.lo config.h chartables.c +CLEANFILES = dftables config.h chartables.c include $(top_srcdir)/build/ltlib.mk |