You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2001/12/11 00:53:23 UTC

cvs commit: httpd-2.0/build special.mk

aaron       01/12/10 15:53:23

  Modified:    build    special.mk
  Log:
  Another fix for VPATH builds.
  
  Revision  Changes    Path
  1.18      +1 -1      httpd-2.0/build/special.mk
  
  Index: special.mk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/special.mk,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- special.mk	2001/12/07 17:48:36	1.17
  +++ special.mk	2001/12/10 23:53:23	1.18
  @@ -68,7 +68,7 @@
   	if [ "x$$has_mod_so" = "xhas_mod_so" ]; then \
   		list='$(shared)'; \
   		for i in $$list; do \
  -			$(top_builddir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(libexecdir); \
  +			$(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i $(libexecdir); \
   		done; \
   	fi