21 lines
781 B
Diff
21 lines
781 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.
|
|
@@ -1178,7 +1178,7 @@
|
|
$(TOP)/ext/fts5/fts5_varint.c \
|
|
$(TOP)/ext/fts5/fts5_vocab.c \
|
|
|
|
-fts5parse.c: $(TOP)/ext/fts5/fts5parse.y lemon
|
|
+fts5parse.c: $(TOP)/ext/fts5/fts5parse.y lemon$(BEXE)
|
|
cp $(TOP)/ext/fts5/fts5parse.y .
|
|
rm -f fts5parse.h
|
|
./lemon$(BEXE) $(OPTS) fts5parse.y
|