summaryrefslogtreecommitdiff
path: root/lib/readline/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readline/Makefile.in')
-rw-r--r--lib/readline/Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/readline/Makefile.in b/lib/readline/Makefile.in
index 2caa69a3..a1183043 100644
--- a/lib/readline/Makefile.in
+++ b/lib/readline/Makefile.in
@@ -20,6 +20,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
+PACKAGE = @PACKAGE_NAME@
+VERSION = @PACKAGE_VERSION@
+
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+
srcdir = @srcdir@
VPATH = .:@srcdir@
topdir = @top_srcdir@
@@ -345,7 +353,7 @@ search.o: search.c
shell.o: shell.c
signals.o: signals.c
terminal.o: terminal.c
-text.o: terminal.c
+text.o: text.c
tilde.o: tilde.c
undo.o: undo.c
util.o: util.c