You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2006/12/08 22:14:10 UTC

svn commit: r484821 - /incubator/mod_ftp/trunk/modules/ftp/Makefile

Author: wrowe
Date: Fri Dec  8 14:14:10 2006
New Revision: 484821

URL: http://svn.apache.org/viewvc?view=rev&rev=484821
Log:
With luck, this is somewhat useful to people.  Pick up the exact
path to special.mk from apxs

Modified:
    incubator/mod_ftp/trunk/modules/ftp/Makefile

Modified: incubator/mod_ftp/trunk/modules/ftp/Makefile
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/modules/ftp/Makefile?view=diff&rev=484821&r1=484820&r2=484821
==============================================================================
--- incubator/mod_ftp/trunk/modules/ftp/Makefile (original)
+++ incubator/mod_ftp/trunk/modules/ftp/Makefile Fri Dec  8 14:14:10 2006
@@ -3,11 +3,12 @@
 ##  Autogenerated via ``apxs -n ftp -g''.
 ##
 
-PREFIX=`apxs -q PREFIX`
+PREFIX=$(shell apxs -q PREFIX)
+
 builddir=.
 top_srcdir=$(PREFIX)
 top_builddir=$(PREFIX)
-include $(top_builddir)/build/special.mk
+include $(shell apxs -q exp_installbuilddir)/special.mk
 
 #   the used tools
 APXS=apxs