diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-20 09:04:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:13:42 +0200 |
commit | 53eff166061abbdb3570a1deadfa161cc79889c0 (patch) | |
tree | 48ca3cc708c0acece93162860f142debffae08d4 /solenv/gbuild | |
parent | bb6c5a5443e2124d18686b87ac1a87f867d2d056 (diff) |
separate include dirs by comma
It works as-is, but only because par2script.pl evaluates any argument
that starts with / as a include path.
Change-Id: I705276c1f949d505dbcca23a0acbd760b32914de
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/InstallScript.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/InstallScript.mk b/solenv/gbuild/InstallScript.mk index c325d4bfa2be..6bacfe2a29e4 100644 --- a/solenv/gbuild/InstallScript.mk +++ b/solenv/gbuild/InstallScript.mk @@ -54,7 +54,7 @@ $(call gb_Helper_abbreviate_dirs,\ ) && \ $(gb_InstallScriptTarget_COMMAND) \ $(call gb_InstallScriptTarget__if_silent,-q) \ - -i $(call gb_InstallScriptTarget__get_dirs,$(SCP_MODULES)) \ + -i $(call gb_InstallScriptTarget__make_arglist,$(call gb_InstallScriptTarget__get_dirs,$(SCP_MODULES))) \ -o $(1) \ @@$${RESPONSEFILE} && \ rm -f $${RESPONSEFILE} \ |