summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:38:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:38:38 +0100
commit3d5476d44fccb4494012990c0f01b3d7d0b3ae96 (patch)
tree67c00f07d622c7e21901a6c0383c49c827182041 /Makefile
parent208ac48fbc74fdc67bac5e39531710be516ce50e (diff)
parent1ca706f0559b7a13f4f541aeaae71f824d837416 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26f80c7cf..d1a29bd81 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,7 @@ NO_ERROR=0
@echo 'HOSTCFLAGS:=-O2' >>prereq.mk
@echo 'HOSTCXX:=${CXX}' >>prereq.mk
@echo 'HOSTCXXFLAGS:=-O2' >>prereq.mk
+ @echo "HOST_LIBIDL_CONFIG:=$$(which libIDL-config-2)" >>prereq.mk
@echo 'LANGUAGE:=C' >>prereq.mk
@echo 'LC_ALL:=C' >>prereq.mk
@echo 'MAKE:=$${GMAKE}' >>prereq.mk