diff options
Diffstat (limited to 'scripts/build/debug/000-template.sh')
-rw-r--r-- | scripts/build/debug/000-template.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/000-template.sh b/scripts/build/debug/000-template.sh index 47d2caea..d72069bc 100644 --- a/scripts/build/debug/000-template.sh +++ b/scripts/build/debug/000-template.sh @@ -26,8 +26,8 @@ do_debug_foobar_build() { # --host=${CT_TARGET} \ # --prefix=/usr \ # --foobar-options - # CT_DoExecLog ALL make - # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install + # CT_DoExecLog ALL ${make} + # CT_DoExecLog ALL ${make} DESTDIR="${CT_SYSROOT_DIR}" install # CT_Popd : } |