blob: f975c66fc16cd602beac6eb34d7c1bd7fa4fd994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $
--- Makefile.orig Thu Apr 22 08:31:43 1999
+++ Makefile
@@ -1,17 +1,17 @@
# Your C compiler.
-CC=gcc
+#CC=gcc
# Where your readline library is.
# You can compile with a hacked replacement of readline instead by
# doing this:
-#INC=-Ifake-readline/
-#LIB=fake-readline/readline.c
+INC=-Ifake-readline/
+LIB=fake-readline/readline.c
-INC=-I/usr/include/readline
-LIB=-lreadline
+#INC=-I/usr/include/readline
+#LIB=-lreadline
# Flags to the compiler:
#
|