ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/gdb6/files/patch-Makefile.in
Revision: 2
Committed: 2007-01-31T14:59:36-08:00 (18 years, 5 months ago) by douglas
File size: 403 byte(s)
Log Message:
This needs fixing...

File Contents

# User Rev Content
1 douglas 2 --- gdb/Makefile.in.orig Fri Oct 17 14:44:26 2003
2     +++ gdb/Makefile.in Thu Jan 15 11:41:06 2004
3     @@ -119,4 +119,4 @@
4     -READLINE_DIR = ../readline
5     -READLINE = $(READLINE_DIR)/libreadline.a
6     -READLINE_SRC = $(srcdir)/$(READLINE_DIR)
7     -READLINE_CFLAGS = -I$(READLINE_SRC)/..
8     +#READLINE_DIR = ../readline
9     +READLINE = -lreadline
10     +#READLINE_SRC = $(srcdir)/$(READLINE_DIR)
11     +#READLINE_CFLAGS = -I$(READLINE_SRC)/..