diff options
author | Jeff Trawick <trawick@apache.org> | 2002-08-29 21:30:51 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-08-29 21:30:51 +0200 |
commit | 05eb74d7fe46bd7e3b847cd7c04bc07efc80be33 (patch) | |
tree | 23266c80023cbb7486dcdd524c25c47d328a6be8 /srclib | |
parent | suexec is sometimes built by make so it needs to be removed by (diff) | |
download | apache2-05eb74d7fe46bd7e3b847cd7c04bc07efc80be33.tar.xz apache2-05eb74d7fe46bd7e3b847cd7c04bc07efc80be33.zip |
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
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 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 |