From: Alan T. DeKok Date: Thu, 17 Dec 2009 10:42:03 +0000 (+0100) Subject: Fix typo in c0d32bd24 X-Git-Tag: release_2_1_8~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad311aca0eae794119bb75f6afd9f152bf66d05;p=thirdparty%2Ffreeradius-server.git Fix typo in c0d32bd24 --- diff --git a/Make.inc.in b/Make.inc.in index 91345a11551..557853aefa1 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -102,7 +102,7 @@ endif # # $ make SCAN=/path/to/checker/ # -ifne ($(SCAN),) +ifneq ($(SCAN),) CC := $(SCAN)/scan-build gcc -DFR_SCAN_BUILD LIBTOOL := endif