diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-10 13:05:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-10 13:45:05 +0200 |
commit | 71cbcb62028295a98ceee60cb4c4ee425bafcd2e (patch) | |
tree | cce20cb639c50cdaaf554a17da823378b694b22a /set_soenv.in | |
parent | e68a920f72ed2fe48e66af926a4e6e2f6ed29040 (diff) |
Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATH
In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 91ffcc36c12e..322efce5530f 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1252,7 +1252,7 @@ $SOLARINC = $I.$cur_dir. $I.'$SOLARVER'.$ds.'$INPATH'.$INC.$ds."external". $I.'$SOLARVER'.$ds.'$INPATH'.$INC. $I.'$SOLARVER'.$ds.'$INPATH'.$ds."include". - $I.'$SOLARENV'.$ds.'$OUTPATH'.$INC. + $I.'$SOLARENV'.$INC.$ds.'$OUTPATH'. $I.'$SOLARENV'.$INC. $I.'$SRC_ROOT'.$ds."res"; |