* Makefile.in (distclean): Don't try to remove empty directories.
authorJoseph Myers <jsm@polyomino.org.uk>
Tue, 22 Jun 2004 22:27:16 +0000 (23:27 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 22 Jun 2004 22:27:16 +0000 (23:27 +0100)
From-SVN: r83523

gcc/ChangeLog
gcc/Makefile.in

index 447f27cf465c8b26edc7392f5c4ce3fd06409f86..82534ed788554d851dd48fd9422b6a22047446b7 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-22  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * Makefile.in (distclean): Don't try to remove empty directories.
+
 2004-06-22  Richard Sandiford  <rsandifo@redhat.com>
 
        PR target/15869
index 7472fc5703a76a2ba08c16e9751f214c24581561..63c7ebc3d13b2e1cd7c1cade50f5e8b96f667889 100644 (file)
@@ -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.