diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-13 10:50:10 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-13 10:50:10 -0500 |
commit | 521da7bbda27d7d6fc0d5c1eb9ea6aac75b56d3c (patch) | |
tree | 980409224d46d601d71c64481030ee52e86a9fa8 /solenv/inc/unxsolu4.mk | |
parent | 59bd44d72993b654d05bb39bb3e98dd754f3e986 (diff) |
Removed all references to soldep.
Diffstat (limited to 'solenv/inc/unxsolu4.mk')
-rw-r--r-- | solenv/inc/unxsolu4.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/inc/unxsolu4.mk b/solenv/inc/unxsolu4.mk index c73d6fc37283..8ef4e7eba978 100644 --- a/solenv/inc/unxsolu4.mk +++ b/solenv/inc/unxsolu4.mk @@ -111,8 +111,7 @@ CFLAGSWERRCXX=-xwe # Once all modules on this platform compile without warnings, set # COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see # settings.mk): -MODULES_WITH_WARNINGS := \ - soldep +MODULES_WITH_WARNINGS := STDOBJVCL=$(L)/salmain.o |