This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]