Move readline to the readline/readline subdirectory
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 553b3ffdc4cf92799ef05ce6177ce835c2dfd885..fe599b417ed5d934c79206c9f169ce556bc13db6 100644 (file)
@@ -174,8 +174,8 @@ LIBDECNUMBER = $(LIBDECNUMBER_DIR)/libdecnumber.a
 LIBDECNUMBER_SRC = $(srcdir)/$(LIBDECNUMBER_DIR)
 LIBDECNUMBER_CFLAGS = -I$(LIBDECNUMBER_DIR) -I$(LIBDECNUMBER_SRC)
 
-# Where is the READLINE library?  Typically in ../readline.
-READLINE_DIR = ../readline
+# Where is the READLINE library?  Typically in ../readline/readline.
+READLINE_DIR = ../readline/readline
 READLINE_SRC = $(srcdir)/$(READLINE_DIR)
 READLINE = @READLINE@
 READLINE_DEPS = @READLINE_DEPS@
This page took 0.025243 seconds and 4 git commands to generate.