From 05eb74d7fe46bd7e3b847cd7c04bc07efc80be33 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 29 Aug 2002 19:30:51 +0000 Subject: config.log and config.status are created by configure and need to be removed by make distclean git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96576 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/pcre/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srclib') diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in index 24738722af..357ce6e2a1 100644 --- a/srclib/pcre/Makefile.in +++ b/srclib/pcre/Makefile.in @@ -2,7 +2,7 @@ LTLIBRARY_NAME = libpcre.la LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c CLEAN_TARGETS = dftables chartables.c -DISTCLEAN_TARGETS = pcre.h pcre-config config.h $(CLEAN_TARGETS) +DISTCLEAN_TARGETS = pcre.h pcre-config config.h config.log config.status $(CLEAN_TARGETS) include $(top_srcdir)/build/ltlib.mk -- cgit v1.2.1