diff options
author | Roland Pesch <pesch@cygnus> | 1991-07-24 01:25:02 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-07-24 01:25:02 +0000 |
commit | 26c03ddfee389a519c92de76a703d914bf6d5a0a (patch) | |
tree | 644322a06a4f32cb64fb805152a5c6c1226d93fa /gdb | |
parent | 42078e79014ac8d528fad088cc93f8e686599d9e (diff) | |
download | gdb-26c03ddfee389a519c92de76a703d914bf6d5a0a.zip gdb-26c03ddfee389a519c92de76a703d914bf6d5a0a.tar.gz gdb-26c03ddfee389a519c92de76a703d914bf6d5a0a.tar.bz2 |
Enabled target gdb.info
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 86c0c53..3d7453c 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 |