This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gccgo] Add go.install-plugin target
- From: Ian Lance Taylor <iant at google dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 15 Nov 2009 15:58:10 -0800
- Subject: [gccgo] Add go.install-plugin target
I only just recently moved to Go frontend to current gcc mainline, and
I never ran "make install". I committed this small patch to fix a
make install bug.
Ian
Index: Make-lang.in
===================================================================
--- Make-lang.in (revision 154084)
+++ Make-lang.in (working copy)
@@ -96,6 +96,7 @@ go.install-common: installdirs
-$(INSTALL_PROGRAM) gccgo$(exeext) $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext)
-chmod a+x $(DESTDIR)$(bindir)/$(GCCGO_INSTALL_NAME)$(exeext)
+go.install-plugin:
go.install-man:
go.uninstall: