diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-17 00:27:12 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-17 00:27:12 +0000 |
commit | be2becc736c4e1b4ebf789cb062524788dc465bb (patch) | |
tree | 9fd96e8f2e90fde899599bc30ace016bac66b337 /Makefile.in | |
parent | b50a958c145e03b392352be4d7c765e5b22111b6 (diff) | |
download | gdb-be2becc736c4e1b4ebf789cb062524788dc465bb.zip gdb-be2becc736c4e1b4ebf789cb062524788dc465bb.tar.gz gdb-be2becc736c4e1b4ebf789cb062524788dc465bb.tar.bz2 |
Add move-if-change to DEVO_SUPPORT_FILES.
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 cb478a2..b5d2b59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1084,7 +1084,7 @@ 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 + config.sub config configure.man move-if-change GDB_SUPPORT_DIRS= bfd include libiberty mmalloc readline glob GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex |