From: Victor J. Orlikowski Date: Fri, 8 Jun 2001 14:43:02 +0000 (+0000) Subject: Make sure httpd.exp gets cleaned up only with a distclean, and not every time. X-Git-Tag: 2.0.19~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb62837d165175d11af675173aed879de5e851b;p=thirdparty%2Fapache%2Fhttpd.git Make sure httpd.exp gets cleaned up only with a distclean, and not every time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 0c4f03d008b..f9eb3db07c6 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -1,8 +1,8 @@ TARGET_EXPORTS = apache.exports CLEAN_TARGETS = gen_test_char test_char.h gen_uri_delims uri_delims.h \ - $(TARGET_EXPORTS) ApacheCoreOS2.def httpd.exp -EXTRACLEAN_TARGETS = exports.c + $(TARGET_EXPORTS) ApacheCoreOS2.def +EXTRACLEAN_TARGETS = exports.c httpd.exp SUBDIRS = mpm