You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@locus.apache.org on 2000/03/08 12:05:21 UTC

cvs commit: apache-2.0/src Makefile.in

manoj       00/03/08 03:05:20

  Modified:    src      Makefile.in
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +1 -0      apache-2.0/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	2000/01/11 13:10:56	1.1
  +++ Makefile.in	2000/03/08 11:05:19	1.2
  @@ -23,6 +23,7 @@
   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