Skip to content
Snippets Groups Projects
Commit 194c1c55 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-18 16:46:24 by simonm]

remove superfluous braek introduced in rev.1.16.
parent 757dc64b
No related merge requests found
......@@ -585,8 +585,7 @@ install:: $(INSTALL_LIBS)
case $$i in \
*.a) \
$(INSTALL_DATA) $(INSTALL_OPTS) $$i $(libdir); \
$(RANLIB) $(libdir)/`basename $$i` ; \
break;; \
$(RANLIB) $(libdir)/`basename $$i` ;; \
*) \
$(INSTALL_DATA) $(INSTALL_OPTS) $$i $(libdir); \
esac; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment