Commit 4b3c8365 by Richard Stallman

*** empty log message ***

From-SVN: r1156
parent 473a05b9
...@@ -1431,7 +1431,7 @@ install-man: install-dir $(srcdir)/gcc.1 $(srcdir)/cccp.1 \ ...@@ -1431,7 +1431,7 @@ install-man: install-dir $(srcdir)/gcc.1 $(srcdir)/cccp.1 \
-chmod a-x $(mandir)/g++$(manext) -chmod a-x $(mandir)/g++$(manext)
# Install the library. # Install the library.
install-libgcc: libgcc.a install-libgcc: libgcc.a install-dir
-if [ -f libgcc.a ] ; then \ -if [ -f libgcc.a ] ; then \
rm -f $(libsubdir)/libgcc.a; \ rm -f $(libsubdir)/libgcc.a; \
$(INSTALL_DATA) libgcc.a $(libsubdir)/libgcc.a; \ $(INSTALL_DATA) libgcc.a $(libsubdir)/libgcc.a; \
......
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