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 --- src/plugins/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/plugins/Makefile.in') diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 3c80fa0e1..98f18f4d4 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -5,6 +5,9 @@ PLUGINS = sample db2sql @SET_MAKE@ +CC = @CC@ +export CC + ##################################################################### .PHONY : all $(PLUGINS) sample db2sql clean help @@ -27,4 +30,4 @@ help: %@DLLEXT@: %.c $(COMMON_H) @echo " CC $<" - @@CC@ @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o ../../plugins/$@ $< \ No newline at end of file + @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o ../../plugins/$@ $< -- cgit v1.2.3-60-g2f50