diff options
author | Jari Aalto <jari.aalto@cante.net> | 2004-07-27 13:29:18 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:56 +0000 |
commit | b80f6443b6b7b620c7272664c66ecb0b120a0998 (patch) | |
tree | 9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /lib/readline/Makefile.in | |
parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
download | bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz |
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'lib/readline/Makefile.in')
-rw-r--r-- | lib/readline/Makefile.in | 10 |
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 |