meta-phosphor: missing space on CFLAG_append

FOO_append is effectively an alias for 'FOO=FOO+FOO_append',
so it is a common pattern to preceed the FOO_append string
with a space.

    Right: FOO_append = " bar"
        Results in FOO="foo bar"
    Wrong: FOO_append = "bar"
        Results in FOO="foobar"

Fix incorrect CFLAG_append entries in recipes to avoid
compile errors like:

    Error: configure: error: C compiler cannot create
        executables

Change-Id: Id81af5666b173aca35eb28f541a8325db1d438fd
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
2 files changed
tree: 846793c9a9d199efe7804c4767f4dc7b34739534
  1. classes/
  2. common/
  3. conf/
  4. COPYING.apache-2.0
  5. COPYING.MIT
  6. LICENSE