diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-06-22 23:27:16 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-06-22 23:27:16 +0100 |
commit | 1eb38ecbd6f28fb4ef0b2b3a497bf56db6a0a2d6 (patch) | |
tree | 1f3b2f0581fc754ecb16864afc685f388b7bc242 /gcc/Makefile.in | |
parent | fa948784585f473882d2ab7085df5df21ea1a38d (diff) | |
download | gcc-1eb38ecbd6f28fb4ef0b2b3a497bf56db6a0a2d6.zip gcc-1eb38ecbd6f28fb4ef0b2b3a497bf56db6a0a2d6.tar.gz gcc-1eb38ecbd6f28fb4ef0b2b3a497bf56db6a0a2d6.tar.bz2 |
* Makefile.in (distclean): Don't try to remove empty directories.
From-SVN: r83523
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7472fc5..63c7ebc 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. |