From: Victor J. Orlikowski Date: Fri, 8 Jun 2001 14:49:20 +0000 (+0000) Subject: DISTCLEAN, not EXTRACLEAN. X-Git-Tag: 2.0.19~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5aea12642412c9a873f3f59a883b4eb8592a9d;p=thirdparty%2Fapache%2Fhttpd.git DISTCLEAN, not EXTRACLEAN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89307 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index f9eb3db07c6..0ec1124ede6 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -2,7 +2,8 @@ TARGET_EXPORTS = apache.exports CLEAN_TARGETS = gen_test_char test_char.h gen_uri_delims uri_delims.h \ $(TARGET_EXPORTS) ApacheCoreOS2.def -EXTRACLEAN_TARGETS = exports.c httpd.exp +DISTCLEAN_TARGETS = httpd.exp +EXTRACLEAN_TARGETS = exports.c SUBDIRS = mpm