diff options
author | David D. Zuhn <zoo@cygnus> | 1993-02-18 17:16:51 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-02-18 17:16:51 +0000 |
commit | 7e57a051f7051e548c86b28e94de81a98033d651 (patch) | |
tree | 15f32f64460a5dce672ffa6a36ef2bd4a90b1e30 | |
parent | 0fc0d80b89296099ff9653a62efd110f61c9e54a (diff) | |
download | gdb-7e57a051f7051e548c86b28e94de81a98033d651.zip gdb-7e57a051f7051e548c86b28e94de81a98033d651.tar.gz gdb-7e57a051f7051e548c86b28e94de81a98033d651.tar.bz2 |
diff needs libiberty
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in: make all-diff depend on all-libiberty + Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com) * config.guess: add vax-ultrix in the spirit of mips-ultrix. diff --git a/Makefile.in b/Makefile.in index 0e7dc89..c3216e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1004,7 +1004,7 @@ install-make: force fi ### diff -all-diff: force +all-diff: all-libiberty @if [ -f ./diff/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ (cd ./diff; \ |