15 lines
381 B
Diff
15 lines
381 B
Diff
--- gdb/Makefile.in
|
|
+++ gdb/Makefile.in
|
|
@@ -122,9 +122,9 @@
|
|
|
|
# Where is the READLINE library? Typically in ../readline.
|
|
READLINE_DIR = ../readline
|
|
-READLINE = $(READLINE_DIR)/libreadline.a
|
|
+READLINE = -lreadline
|
|
READLINE_SRC = $(srcdir)/$(READLINE_DIR)
|
|
-READLINE_CFLAGS = -I$(READLINE_SRC)/..
|
|
+READLINE_CFLAGS =
|
|
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
|
WERROR_CFLAGS = @WERROR_CFLAGS@
|