summaryrefslogtreecommitdiff
path: root/devel/gdb66/files/patch-Makefile.in
blob: 33ed469d5ff36c6cc326694af9739d73adb2267a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gdb/Makefile.in.orig	Fri Oct 17 14:44:26 2003
+++ gdb/Makefile.in	Thu Jan 15 11:41:06 2004
@@ -119,4 +119,4 @@
-READLINE_DIR = ../readline
-READLINE = $(READLINE_DIR)/libreadline.a
-READLINE_SRC = $(srcdir)/$(READLINE_DIR)
-READLINE_CFLAGS = -I$(READLINE_SRC)/..
+#READLINE_DIR = ../readline
+READLINE = -lreadline
+#READLINE_SRC = $(srcdir)/$(READLINE_DIR)
+#READLINE_CFLAGS = -I$(READLINE_SRC)/..