diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-09 17:02:47 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-09 17:03:56 +0100 |
commit | 1245266ebc4cb228ff17eda8ac4bc0ff35a86f7d (patch) | |
tree | ac2b4982d48e802529e3e6c34dd9f0c3c83d9e8a /solenv | |
parent | b0cb633d6e3369936a63501933f47f291a4760b7 (diff) |
./config_host.mk is to be sourced, not invoked
Diffstat (limited to 'solenv')
-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 8744a387e5cb..2c7f976fd018 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 && . ./Env.Host.sh # --with-outpath includes projects/$INPATH/inc (also solver/$INPATH/inc) if [ "$1" = "--with-outpath" ]; then |