diff options
author | John Gilmore <gnu@cygnus> | 1991-11-21 23:48:58 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-21 23:48:58 +0000 |
commit | aaee12654943f0c5f64cea5bae40cae91df11be4 (patch) | |
tree | 52759d98894816a3630716fdad25d6f40383dbbc /Makefile.in | |
parent | a7951d1117989ec9e910d710e02eb195c753f699 (diff) | |
download | gdb-aaee12654943f0c5f64cea5bae40cae91df11be4.zip gdb-aaee12654943f0c5f64cea5bae40cae91df11be4.tar.gz gdb-aaee12654943f0c5f64cea5bae40cae91df11be4.tar.bz2 |
Rename REAMME.configure to DOC.configure
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 509791a..b475a67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -252,7 +252,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) # # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc -DEVO_SUPPORT= README README.configure Makefile.in configure configure.in \ +DEVO_SUPPORT= README DOC.configure Makefile.in configure configure.in \ config.sub config GDB_SUPPORT_DIRS= bfd include libiberty readline GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex |