--- Makefile.orig	Wed Feb  6 16:23:28 2002
+++ Makefile	Wed Feb  6 16:23:51 2002
@@ -1,7 +1,7 @@
 
 # Your C compiler.
 
-CC=gcc
+#CC=gcc
 
 # Where your readline library is.
 # You can compile with a "gets()" replacement instead.
@@ -19,7 +19,8 @@
 # -DMEM_DEBUG          Check for memory leaks.
 #
 
-CFLAGS=-g -Wall -DMEM_DEBUG $(INC)
+#CFLAGS=-g -Wall -DMEM_DEBUG $(INC)
+CFLAGS+= $(INC)
 
 # No need to change this stuff.
 
