From: Sascha Schumann Date: Mon, 12 Jun 2000 06:46:04 +0000 (+0000) Subject: Remove reference to dftables.lo from CLEANFILES. *.lo is automatically X-Git-Tag: APACHE_2_0_ALPHA_5~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a521ae209c014b929714da4a609a8d9e0e2710d;p=apache 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 --- 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