Commit c4e3884d by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r24977
parent bbd8fa7f
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> Tue Feb 2 18:21:23 1999 Stan Cox <scox@cygnus.com>
* sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym. * sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.
......
...@@ -147,7 +147,7 @@ uninstall: ...@@ -147,7 +147,7 @@ uninstall:
dists="$(DISTFILES.common)"; \ dists="$(DISTFILES.common)"; \
for file in $$dists; do \ for file in $$dists; do \
rm -f $(gettextsrcdir)/$$file; \ rm -f $(gettextsrcdir)/$$file; \
done done; \
else \ else \
: ; \ : ; \
fi fi
......
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