From: Manoj Kasichainula Date: Wed, 8 Mar 2000 11:05:19 +0000 (+0000) Subject: Part of a fix for not being able to reset the --prefix. This will X-Git-Tag: APACHE_2_0_ALPHA~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0798b1068d93a46c829f983eb008c313ec95cbc;p=apache Part of a fix for not being able to reset the --prefix. This will allow the installation prefix to be reset after a "make clean". To do this really properly, all the code that depends on the prefix should have a dependency in the makefile. This is coming RSN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 7892c08c00..debeaed209 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,6 +23,7 @@ targets = $(PROGRAMS) phony_targets = buildmark.c install_targets = install-conf install-htdocs install-icons install-other \ install-cgi install-include +CLEANFILES = apaci include $(topsrcdir)/build/rules.mk include $(topsrcdir)/build/program.mk