* intl/Makefile.in (uninstall): Add missing "; \".

From-SVN: r24977
This commit is contained in:
Jeffrey A Law 1999-02-02 18:49:16 +00:00 committed by Jeff Law
parent bbd8fa7f52
commit c4e3884d83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Feb 2 19:43:59 1999 Jeffrey A Law (law@cygnus.com)
* intl/Makefile.in (uninstall): Add missing "; \".
Tue Feb 2 18:21:23 1999 Stan Cox <scox@cygnus.com>
* sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.

View File

@ -147,7 +147,7 @@ uninstall:
dists="$(DISTFILES.common)"; \
for file in $$dists; do \
rm -f $(gettextsrcdir)/$$file; \
done
done; \
else \
: ; \
fi