From 26c03ddfee389a519c92de76a703d914bf6d5a0a Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Wed, 24 Jul 1991 01:25:02 +0000 Subject: [PATCH] Enabled target gdb.info --- gdb/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 86c0c53d9d..3d7453c91f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -344,7 +344,7 @@ rapp: $(RAPP_OBS) # and includes the body of Makefile.in as well as configuration # settings. We add alldeps.mak and depend to get Makefile. # See also "make-depend:", where we also rebuild Makefile after making depend. -Makefiles= Makefile.conf ${srcdir}/alldeps.mak depend +Makefiles= Makefile.conf alldeps.mak depend make-Makefile: $(Makefiles) depend cat ${Makefiles} > ./Makefile @@ -514,11 +514,11 @@ gdb.dvi : gdb-all.texinfo rdl-apps.texinfo mv gdb-all.dvi gdb.dvi rm -f gdb-all.?? gdb-all.??? -# This should work eventually, but we're using texinfo2, and many makeinfo's +# We're using texinfo2, and many makeinfo's # can't cope with all the markup. In the meantime, we distribute the info # files as formatted by the elisp texinfo2 code. -#gdb.info: gdb-all.texinfo -# makeinfo gdb-all.texinfo +gdb.info: gdb-all.texinfo + makeinfo gdb-all.texinfo # Make copying.c from COPYING copying.c : COPYING copying.awk -- 2.34.1