diff options
-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. |