*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2148 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-04-02 07:56:32 +00:00
parent e4c350dde5
commit 6e611c3e49
3 changed files with 29 additions and 13 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ include @top_srcdir@/Makefile.common
# Right now we only configure g-wrap once per make distclean, but we
# try and re-build every make.
g-wrap.configure:
(cd g-wrap && ./configure --prefix=${PWD}/g-wrap-install)
(cd g-wrap && \
./configure --prefix=${ABSOLUTE_TOP_SRCDIR}/lib/g-wrap-install)
touch g-wrap.configure
DIST_TRASH += g-wrap.configure