Commit 1eb38ecb by Joseph Myers Committed by Joseph Myers

* Makefile.in (distclean): Don't try to remove empty directories.

From-SVN: r83523
parent fa948784
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> 2004-06-22 Richard Sandiford <rsandifo@redhat.com>
PR target/15869 PR target/15869
......
...@@ -3068,7 +3068,6 @@ distclean: clean lang.distclean ...@@ -3068,7 +3068,6 @@ distclean: clean lang.distclean
-rm -f fixinc/Makefile -rm -f fixinc/Makefile
# Delete po/*.gmo only if we are not building in the source directory. # Delete po/*.gmo only if we are not building in the source directory.
-if [ ! -f po/exgettext ]; then rm -f po/*.gmo; fi -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'. # 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. # Most of these files ARE PRESENT in the GCC distribution.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment