From 5bb62837d165175d11af675173aed879de5e851b Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Fri, 8 Jun 2001 14:43:02 +0000 Subject: [PATCH] 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 --- server/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2