head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.09.06.03.49.50;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Fix build error with clang.
@
text
@--- Makefile.orig	2011-09-06 11:10:37.000000000 +0800
+++ Makefile	2011-09-06 11:10:42.000000000 +0800
@@@@ -1,7 +1,7 @@@@
 # Where cgichk goes when user decides to install
 INSTALLDIR=/usr/local/bin
 
-CC      = gcc
+CC      ?= gcc
 OPTIONS = $(WINCRAP)
 CFLAGS  = -O2 -s $(OPTIONS)
 OUTPUT  = cgichk
@
