]> git.saurik.com Git - wxWidgets.git/commitdiff
fix the dependencies directory name for traditional Unix compilers
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 11:54:41 +0000 (11:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 11:54:41 +0000 (11:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/aclocal/bakefile.m4
configure

index dd4340ce30ced1914202c5c81e842c09d16e0c49..7d05c48b9d3a1a04a8b89dcdfe787cdbfd6bbc4d 100644 (file)
@@ -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
index d044d1cebd87768dd8ee9c39d19df5038d4cccc7..8f0298fb057ef666d40afc5a48a2ea7d8f2e4502 100755 (executable)
--- 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