diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-28 13:23:45 (EST) |
commit | e644fc98d1e9cd72e75ec40ab5fb779dac71f6d1 (patch) | |
tree | 40214e2fc3605c54644e3f11f419deda6b387377 /lib/buildsystem.sh | |
parent | d069cf9ec8ba9cbe312546c12aee44ef391fa8f4 (diff) |
Use new build system macros in source files.
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r-- | lib/buildsystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index ffdba86..0369700 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -155,7 +155,7 @@ oh_buildsystem_arch() fi # Try to find a suitable build system host arch. - for bs_arch in $(cat '@@ARCHTABDIR@@/'"${arch}/${system}") + for bs_arch in $(cat '@archtabdir@/'"${arch}/${system}") do if oh_buildsystem_do 'testarch' "${system}" "${bs_arch}" then |