From: Joseph Myers Date: Tue, 22 Jun 2004 22:27:16 +0000 (+0100) Subject: * Makefile.in (distclean): Don't try to remove empty directories. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1eb38ecbd6f28fb4ef0b2b3a497bf56db6a0a2d6;p=gcc.git * Makefile.in (distclean): Don't try to remove empty directories. From-SVN: r83523 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 447f27cf465..82534ed7885 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-22 Joseph S. Myers + + * Makefile.in (distclean): Don't try to remove empty directories. + 2004-06-22 Richard Sandiford PR target/15869 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7472fc5703a..63c7ebc3d13 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3068,7 +3068,6 @@ distclean: clean lang.distclean -rm -f fixinc/Makefile # Delete po/*.gmo only if we are not building in the source directory. -if [ ! -f po/exgettext ]; then rm -f po/*.gmo; fi - -rmdir ada cp f java objc fixinc intl po testsuite 2>/dev/null # Get rid of every file that's generated from some other file, except for `configure'. # Most of these files ARE PRESENT in the GCC distribution.