<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile.orig	2004-06-18 08:32:17.000000000 -0500
+++ Makefile	2012-08-08 05:04:18.000000000 -0500
@@ -1,6 +1,6 @@
 
 linux:
-	gcc -O -W -Wall -o elhttp elhttp.c
+	$(CC) $(CFLAGS) -W -Wall -o elhttp elhttp.c
 	strip elhttp
 
 sunos:
</pre></body></html>