Tabs are semantically meaningful in make files (terrible design choice, but that's the way it is). Need to be careful about rules for them because of this.
Bill On Mon, Sep 1, 2014 at 6:58 AM, Maxim Uvarov <[email protected]> wrote: > On 08/29/2014 07:31 PM, Mike Holmes wrote: > >> Signed-off-by: Mike Holmes <[email protected]> >> --- >> configure.ac | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure.ac b/configure.ac >> index c9aac14..da109b7 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -170,7 +170,7 @@ AC_OUTPUT >> AC_MSG_RESULT([ >> $PACKAGE $VERSION >> ======== >> - >> + with_platform: ${with_platform} >> > white spaces. > > prefix: ${prefix} >> sysconfdir: ${sysconfdir} >> libdir: ${libdir} >> > above 3 lines use tabs. > > Maxim. > > > > _______________________________________________ > lng-odp mailing list > [email protected] > http://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
