From: Chris Mikkelson Date: Sat, 2 Nov 2013 02:48:08 +0000 (+0000) Subject: cc -> $(CC) to support static checker. X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;ds=inline;p=ssm_nmsg cc -> $(CC) to support static checker. --- diff --git a/Makefile b/Makefile index c62132e..d1a5aaf 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LIBS=$(SMTPSINK)/module_api.o -lurl -lpcre -lnmsg default: ssm_nmsg.so ssm_nmsg.so: ssm_nmsg.o - cc -g -o $@ -shared $> $(LDFLAGS) $(LIBS) + $(CC) -g -o $@ -shared $> $(LDFLAGS) $(LIBS) install: mkdir -p /usr/local/lib/smtpsink