]> granicus.if.org Git - apache/commitdiff
Part of a fix for not being able to reset the --prefix. This will
authorManoj Kasichainula <manoj@apache.org>
Wed, 8 Mar 2000 11:05:19 +0000 (11:05 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 8 Mar 2000 11:05:19 +0000 (11:05 +0000)
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

Makefile.in

index 7892c08c008c8def7521f4622349fc123f30a36a..debeaed20927dc10bb874a4ac4c93a6495b90bf8 100644 (file)
@@ -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