From: Vadim Zeitlin Date: Wed, 12 Nov 2008 11:54:41 +0000 (+0000) Subject: fix the dependencies directory name for traditional Unix compilers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/825dbe24d0071e4fc9fd551b9a94fb7be5f0fafd fix the dependencies directory name for traditional Unix compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/aclocal/bakefile.m4 b/build/aclocal/bakefile.m4 index dd4340ce30..7d05c48b9d 100644 --- a/build/aclocal/bakefile.m4 +++ b/build/aclocal/bakefile.m4 @@ -973,7 +973,7 @@ elif test ${D}DEPSMODE = unixcc; then depsdir=${D}builddir/${D}DEPSDIRBASE mkdir -p ${D}depsdir - eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfilebase}.d + eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d exit 0 else diff --git a/configure b/configure index d044d1cebd..8f0298fb05 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 56641 2008-11-02 02:16:09Z VZ . +# From configure.in Id: configure.in 56671 2008-11-03 21:55:03Z VZ . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0. # @@ -48820,7 +48820,7 @@ elif test ${D}DEPSMODE = unixcc; then depsdir=${D}builddir/${D}DEPSDIRBASE mkdir -p ${D}depsdir - eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfilebase}.d + eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d exit 0 else