diff options
author | Stu Grossman <grossman@cygnus> | 1993-01-18 23:30:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-01-18 23:30:48 +0000 |
commit | d94d255d5874d73b695514289aa8c810ab8902bb (patch) | |
tree | ffe373a2917d7a5979081e1453a69198c43344eb /Makefile.in | |
parent | a96c344463da1796339b7b939851e44bc9b1543f (diff) | |
download | gdb-d94d255d5874d73b695514289aa8c810ab8902bb.zip gdb-d94d255d5874d73b695514289aa8c810ab8902bb.tar.gz gdb-d94d255d5874d73b695514289aa8c810ab8902bb.tar.bz2 |
Update GDB_SUPPORT_DIRS and GDB_SUPPORT_FILES.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index ff27485..106dc0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1438,11 +1438,11 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) # # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc -DEVO_SUPPORT= README cfg-paper.texi Makefile.in configure configure.in \ - config.sub config configure.man configure.texi move-if-change \ +DEVO_SUPPORT= README Makefile.in configure configure.in \ + config.sub config etc move-if-change \ COPYING.LIB GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob -GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex +GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) setup-dirs: force ./configure sun4 |