common: Ensure we use $(CC) from environment when compiling scanned binaries
authorColin Walters <walters@verbum.org>
Fri, 26 Oct 2012 18:55:54 +0000 (14:55 -0400)
committerColin Walters <walters@verbum.org>
Fri, 26 Oct 2012 18:59:24 +0000 (14:59 -0400)
commit7b639e21fc285fdf46bd5f890f7911619d71d232
tree71f120127847be39eefff12c539704811b82983b
parentf9e760cdef4eaf06495da048513f825aaf95a10d
common: Ensure we use $(CC) from environment when compiling scanned binaries

GNU make will default to "gcc" if "cc" isn't found; we need to
replicate that behavior here.

Patch-suggested-by: ojab <ojab@ojab.ru>
https://bugzilla.gnome.org/show_bug.cgi?id=678678
common.mk