--- Makefile.orig Thu May 20 14:08:23 1999 +++ Makefile Thu May 20 14:10:30 1999 @@ -1,8 +1,3 @@ - -# Your C compiler. - -CC=gcc - # Where your readline library is. # You can compile with a hacked replacement of readline instead by # doing this: @@ -18,7 +13,7 @@ # -DMEM_DEBUG Check for memory leaks. # -CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg +CFLAGS+=$(INC) # No need to change this stuff.