diff options
author | K. Richard Pixley <rich@cygnus> | 1992-03-14 02:45:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-03-14 02:45:00 +0000 |
commit | b7dd30ab1c706dc8b4332cc99ca11a713caa6879 (patch) | |
tree | cc207db432e92dbffe637b2990333d6ff0382368 /Makefile.in | |
parent | 4db3902ad6182f3e42d2ff30c4fbcbde87d55c0d (diff) | |
download | gdb-b7dd30ab1c706dc8b4332cc99ca11a713caa6879.zip gdb-b7dd30ab1c706dc8b4332cc99ca11a713caa6879.tar.gz gdb-b7dd30ab1c706dc8b4332cc99ca11a713caa6879.tar.bz2 |
add stmp dependencies for a few more things
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index e9bc61a..c0ca575 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,12 +111,12 @@ install-dir.info: # clib send_pr # all-libgcc -all.normal: .stmp-texinfo .stmp-bison .stmp-byacc .stmp-ld \ - .stmp-gas .stmp-gcc .stmp-binutils \ - .stmp-libg++ .stmp-gdb .stmp-make .stmp-cvs .stmp-grep .stmp-patch .stmp-emacs \ - .stmp-ispell .stmp-fileutils \ +all.normal: .stmp-libiberty .stmp-texinfo .stmp-bison .stmp-byacc + .stmp-bfd .stmp-ld .stmp-gas .stmp-gcc .stmp-binutils \ + .stmp-libg++ .stmp-readline .stmp-gdb .stmp-make .stmp-cvs \ + .stmp-grep .stmp-patch .stmp-emacs .stmp-ispell .stmp-fileutils \ .stmp-newlib -all.cross: .stmp-bison .stmp-ld .stmp-libgcc .stmp-gdb +all.cross: .stmp-libiberty .stmp-gas .stmp-bison .stmp-ld .stmp-libgcc .stmp-gdb # $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)" clean: clean-stamps clean-libiberty clean-texinfo clean-bfd clean-newlib clean-binutils \ |