You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by do...@apache.org on 2002/01/06 18:39:53 UTC

cvs commit: httpd-2.0 Makefile.in

dougm       02/01/06 09:39:52

  Modified:    .        Makefile.in
  Log:
  need to use $(top_srcdir) when installing build/instdso.sh
  else make install does not work when when configured with a --srcdir
  
  Revision  Changes    Path
  1.96      +1 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- Makefile.in	15 Dec 2001 13:56:36 -0000	1.95
  +++ Makefile.in	6 Jan 2002 17:39:52 -0000	1.96
  @@ -89,7 +89,7 @@
   	@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
   	    config_vars.mk > $(installbuilddir)/config_vars.mk; \
   	cp build/*.mk $(installbuilddir); \
  -	cp build/instdso.sh $(installbuilddir); \
  +	cp $(top_srcdir)/build/instdso.sh $(installbuilddir); \
   	cp srclib/apr/libtool $(installbuilddir); \
   	if test -f srclib/apr/shlibtool; then \
   	    cp srclib/apr/shlibtool $(installbuilddir); \