You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/08/29 21:30:52 UTC

cvs commit: httpd-2.0/srclib/pcre Makefile.in

trawick     2002/08/29 12:30:51

  Modified:    srclib/pcre Makefile.in
  Log:
  config.log and config.status are created by configure and need to
  be removed by make distclean
  
  Revision  Changes    Path
  1.14      +1 -1      httpd-2.0/srclib/pcre/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/pcre/Makefile.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Makefile.in	27 Jan 2001 16:15:25 -0000	1.13
  +++ Makefile.in	29 Aug 2002 19:30:51 -0000	1.14
  @@ -2,7 +2,7 @@
   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