aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2000-12-08 23:18:00 +0000
committerMike Stump <mrs@gcc.gnu.org>2000-12-08 23:18:00 +0000
commit5a2eb52b169fea7dd6062142867f2510b1c16a65 (patch)
treefadb731708eca1fe7aff700881488c758a3b61f0 /Makefile.in
parent17db658241d18cf6db59d31bc2d6eac96e9257df (diff)
downloadgcc-5a2eb52b169fea7dd6062142867f2510b1c16a65.zip
gcc-5a2eb52b169fea7dd6062142867f2510b1c16a65.tar.gz
gcc-5a2eb52b169fea7dd6062142867f2510b1c16a65.tar.bz2
Add - before rms to be more portable.
From-SVN: r38142
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f11e59..93cf3f9 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