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