12 lines
490 B
Diff
12 lines
490 B
Diff
--- Makefile.in.orig 2016-02-06 23:40:09.701335700 +0100
|
|
+++ Makefile.in 2016-02-06 23:38:20.866820100 +0100
|
|
@@ -55,7 +55,7 @@
|
|
|
|
# Compiler options needed for programs that use the readline() library.
|
|
#
|
|
-READLINE_FLAGS = -DHAVE_READLINE=@TARGET_HAVE_READLINE@ @TARGET_READLINE_INC@
|
|
+READLINE_FLAGS = -DHAVE_READLINE=@TARGET_HAVE_READLINE@ -I@TARGET_READLINE_INC@
|
|
READLINE_FLAGS += -DHAVE_EDITLINE=@TARGET_HAVE_EDITLINE@
|
|
|
|
# The library that programs using readline() must link against.
|