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


1.1
date	2011.06.21.14.07.47;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Fix build with clang.
@
text
@--- ./Makefile.orig	2003-01-04 11:30:30.000000000 +0100
+++ ./Makefile	2011-06-21 16:03:11.000000000 +0200
@@@@ -1,5 +1,5 @@@@
-CC=gcc
-CFLAGS=-O6 -Wall
+CC?=gcc
+CFLAGS?=-O6 -Wall
 #CFLAGS=-g
 
 RM=rm -f
@
