This patch removes the flare warnings in the build process, as we know
we're not shipping a working flare binary.

Iustin Pop <iusty@k1024.org> Wed, 22 Apr 2009 23:57:34 +0200
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@
 CFLAGS	 = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
 LDFLAGS  = -lcrypto -lssl
 
-all: $(PROGNAME) flare-check
+all: $(PROGNAME)
 
 $(PROGNAME): $(PROGNAME).c http.c mime.c ssl.c http.h mime.h ssl.h nlist.h config.h debug.h types.h string-inl.h
 	$(CC) $(PROGNAME).c -o $(PROGNAME)  $(CFLAGS) http.c mime.c ssl.c $(LDFLAGS)
