Update to readline 5.0

This commit is contained in:
Andrey A. Chernov 2004-10-18 10:13:24 +00:00
parent 017aaf79e1
commit 082a6f6612

View File

@ -19,10 +19,14 @@ gdb-cfg.texi: all-cfg.texi
GDBvn.texi: version.in
echo "@set GDBVN `sed q ${.ALLSRC}`" > ${.TARGET}
inc-hist.texinfo: hsuser.texinfo inc-hist.diff
cp ${.ALLSRC:M*.texinfo} ${.TARGET}
inc-hist.texinfo: hsuser.texi inc-hist.diff
cp ${.ALLSRC:M*.texi} ${.TARGET}
patch < ${.ALLSRC:M*.diff}
CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig
rluser.texinfo: rluser.texi
cp ${.ALLSRC:M*.texi} ${.TARGET}
CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
rluser.texinfo
.include <bsd.info.mk>