diff options
author | mb93783 <mb93783@v20z-so6> | 2009-11-27 13:19:09 +0100 |
---|---|---|
committer | mb93783 <mb93783@v20z-so6> | 2009-11-27 13:19:09 +0100 |
commit | ba2db761d7ad1632bfd4bec7e0026f3ba080aef7 (patch) | |
tree | 876c4b050056edba93223486d399bf4b9d1ca956 /soltools/mkdepend | |
parent | 43ca3e5df9b51b69245412a2b05ed96170ad2e33 (diff) |
fix build using configure (workaround for issue i53089
Diffstat (limited to 'soltools/mkdepend')
-rwxr-xr-x | soltools/mkdepend/collectdircontent.cxx | 2 | ||||
-rwxr-xr-x | soltools/mkdepend/makefile.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/soltools/mkdepend/collectdircontent.cxx b/soltools/mkdepend/collectdircontent.cxx index 95cd3da8d857..691996d56cca 100755 --- a/soltools/mkdepend/collectdircontent.cxx +++ b/soltools/mkdepend/collectdircontent.cxx @@ -64,7 +64,7 @@ bool IncludesCollection::exists(string filePath) { } else { return true; }; - return false; + //return false; }; extern "C" { diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk index 7ee0d7f20a09..af4bae825601 100755 --- a/soltools/mkdepend/makefile.mk +++ b/soltools/mkdepend/makefile.mk @@ -76,7 +76,8 @@ CDEFS+=-D_DEBUG .ENDIF # "$(COM)"=="MSC" .IF "$(OS)"=="SOLARIS" -APP1STDLIBS+=-lstlport +#APP1STDLIBS+=-lstlport +APP1STDLIBS+=-lCstd .ENDIF |