diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-21 19:40:28 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:05 -0600 |
commit | 909cd34b7b0982078a50b9ed46cf57811d9571df (patch) | |
tree | 30aee8668613a9875eff2835b4ffb07701cabac0 /solenv/bin/create-ids | |
parent | b5c7a1ea72da52cb11f54212dda984e0507aab92 (diff) |
coup de grace for Env.Host.sh and associated files
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-x | solenv/bin/create-ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids index 2c7f976fd018..4561fb87de59 100755 --- a/solenv/bin/create-ids +++ b/solenv/bin/create-ids @@ -2,7 +2,7 @@ # create ID file for the whole LibO tree. run it in toplevel dir -. ./config_host.mk && . ./Env.Host.sh +. ./config_host.mk # --with-outpath includes projects/$INPATH/inc (also solver/$INPATH/inc) if [ "$1" = "--with-outpath" ]; then |