Fix typo in c0d32bd24
authorAlan T. DeKok <aland@freeradius.org>
Thu, 17 Dec 2009 10:42:03 +0000 (11:42 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Dec 2009 10:42:03 +0000 (11:42 +0100)
Make.inc.in

index 91345a1..557853a 100644 (file)
@@ -102,7 +102,7 @@ endif
 #
 #  $ make SCAN=/path/to/checker/ 
 #
-ifne ($(SCAN),)
+ifneq ($(SCAN),)
 CC             := $(SCAN)/scan-build gcc -DFR_SCAN_BUILD
 LIBTOOL                := 
 endif