]> granicus.if.org Git - apache/commitdiff
even more distclean goodness (there's still more... time for zzz though)
authordgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 08:04:50 +0000 (08:04 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 08:04:50 +0000 (08:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84762 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in
build/rules.mk
server/Makefile.in

index a641b1aa0fbb60e2ea24372febcf487c0e0c25c8..6f161507b3f49ec6832a548bed2c8d0dc4c1765e 100644 (file)
@@ -23,7 +23,7 @@ targets         = $(PROGRAMS)
 phony_targets   = buildmark.c
 install_targets = install-conf install-htdocs install-icons install-other \
        install-cgi install-include
-DISTCLEANFILES  = apaci
+DISTCLEANFILES  = apaci include/config_auto.h modules.c
 
 include $(topsrcdir)/build/rules.mk
 include $(topsrcdir)/build/program.mk
index 9f2330202e7d3b3f4e9b39abb44627bdd852c08b..a50a7a64dcf17303bbf3432d71fce88d01f5243d 100644 (file)
@@ -158,7 +158,7 @@ clean-x:
 
 distclean: distclean-recursive clean-x
        rm -f config.cache config.log config.status config_vars.mk libtool \
-       stamp-h Makefile shlibtool $(DISTCLEANFILES)
+       stamp-h Makefile shlibtool .deps $(DISTCLEANFILES)
 
 include $(srcdir)/.deps
 
index 86facf2fddbecbb1142fc0bdd950857381f96bb9..dd10393ce6b5063397a7aaee3d342fb79382e9fc 100644 (file)
@@ -4,6 +4,8 @@ topsrcdir = @topsrcdir@
 srcdir    = @srcdir@
 VPATH     = @srcdir@
 
+CLEANFILES = gen_test_char gen_uri_delims test_char.h uri_delims.h
+
 LTLIBRARY_NAME    = libmain.la
 LTLIBRARY_SOURCES = \
     uri_delims.h test_char.h \