diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-30 01:49:04 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-30 01:49:04 +0000 |
commit | 239121e2b77fb122caf9aee6abf2d11867724bb3 (patch) | |
tree | d9b0af0fbfe7762b0acdaf59f987e6d72033ce6f | |
parent | 7007db9600c38b224ded6b037901b0caf7beeb94 (diff) | |
download | gdb-239121e2b77fb122caf9aee6abf2d11867724bb3.zip gdb-239121e2b77fb122caf9aee6abf2d11867724bb3.tar.gz gdb-239121e2b77fb122caf9aee6abf2d11867724bb3.tar.bz2 |
* Makefile.in (clean, distclean, realclean): Recursively apply
to subdirs first, rather than last. This avoids, for example,
Makefile being removed in a parent directory before the recursive
make is run.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc0f357..6ca6897 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com) + * Makefile.in (clean, distclean, realclean): Recursively apply + to subdirs first, rather than last. This avoids, for example, + Makefile being removed in a parent directory before the recursive + make is run. + * alldeps.mak, depend: Update for below changes. * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h. |