aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a6fbf4..258bd17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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; \