]> granicus.if.org Git - apache/commitdiff
config.log and config.status are created by configure and need to
authorJeff Trawick <trawick@apache.org>
Thu, 29 Aug 2002 19:30:51 +0000 (19:30 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 29 Aug 2002 19:30:51 +0000 (19:30 +0000)
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

index 24738722af6aa977dd28f32668ee423bcdaa73a0..357ce6e2a1b4bfd730ef2187dbf637bf9688d50c 100644 (file)
@@ -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