From 1245266ebc4cb228ff17eda8ac4bc0ff35a86f7d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 9 Jan 2012 17:02:47 +0100 Subject: [PATCH] ./config_host.mk is to be sourced, not invoked --- solenv/bin/create-ids | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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