diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-08 23:18:00 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-08 23:18:00 +0000 |
commit | 61e05d65603e88b81955635a1c76a45187f0c49a (patch) | |
tree | fadb731708eca1fe7aff700881488c758a3b61f0 /Makefile.in | |
parent | c94ba072bb7b094f221d137a87d6991586abb622 (diff) | |
download | gcc-61e05d65603e88b81955635a1c76a45187f0c49a.tar.gz |
Add - before rms to be more portable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38142 138bc75d-0d04-0410-961f-82ee72b054a4
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 |