diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2000-12-08 23:18:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2000-12-08 23:18:00 +0000 |
commit | 5a2eb52b169fea7dd6062142867f2510b1c16a65 (patch) | |
tree | fadb731708eca1fe7aff700881488c758a3b61f0 /Makefile.in | |
parent | 17db658241d18cf6db59d31bc2d6eac96e9257df (diff) | |
download | gcc-5a2eb52b169fea7dd6062142867f2510b1c16a65.tar.gz |
Add - before rms to be more portable.
From-SVN: r38142
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7f11e59cd6c..93cf3f96197 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1025,8 +1025,8 @@ local-distclean: -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi - rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile - rm -f texinfo/doc/Makefile texinfo/po/POTFILES + -rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile + -rm -f texinfo/doc/Makefile texinfo/po/POTFILES -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null -rmdir gcc libiberty texinfo zlib 2>/dev/null |