From d627f8f3cdebc07dfc54e762456f477806f0b3cb Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 18 Jul 2013 15:42:53 +0200 Subject: Changed CC to a Makefile variable - This allows the user to override the compiler at each make invocation (i.e. to run scripts to generate .clang_complete for https://github.com/Rip-Rip/clang_complete ) - Updated .gitignore with a few platform-dependent entries Signed-off-by: Haru --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cd8b384b4..5d59a7144 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,6 +28,8 @@ else PLUGIN_DEPENDS=no_plugins endif +CC = @CC@ +export CC ##################################################################### .PHONY: sql \ -- cgit v1.2.3-70-g09d2