public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, MELT] correcting path error in the Makefile.in
@ 2011-05-18  5:55 Pierre Vittet
  2011-05-18  6:04 ` Basile Starynkevitch
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Vittet @ 2011-05-18  5:55 UTC (permalink / raw)
  To: gcc-patches, gcc-melt-french

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

This patch correct a bug in the current revision of MELT, which was 
preventing MELT to run correctly.

This was a path problem in gcc/Makefile.in (melt-modules/ and 
melt-modules.mk) were not found.

My contributor number is 634276.

changelog :


2011-05-17  Pierre Vittet  <piervit@pvittet.com>

	* Makefile.in : Correct path errors for melt_module_dir and for
	install-melt-mk target





[-- Attachment #2: correct_makefilein.diff --]
[-- Type: text/plain, Size: 1034 bytes --]

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in	(revision 173832)
+++ gcc/Makefile.in	(working copy)
@@ -5352,7 +5352,7 @@ melt_default_modules_list=melt-default-modules
 melt_source_dir=$(libexecsubdir)/melt-source/
 
 ## this is the installation directory of melt dynamic modules (*.so)
-melt_module_dir=$(libexecsubdir)/melt-module/
+melt_module_dir=$(libexecsubdir)/melt-modules/
 
 ## this is the installed path of the MELT module makefile
 melt_installed_module_makefile=$(libexecsubdir)/melt-module.mk
@@ -5416,8 +5416,8 @@ install-melt-modules: melt-modules melt-all-module
 
 ## install the makefile for MELT modules
 install-melt-mk: melt-module.mk
-	$(mkinstalldirs) $(DESTDIR)$(plugin_includedir)
-	$(INSTALL_DATA) $< $(DESTDIR)/$(plugin_includedir)/
+	$(mkinstalldirs) $(DESTDIR)$(libexecsubdir)
+	$(INSTALL_DATA) $< $(DESTDIR)/$(libexecsubdir)/
 
 ## install the default modules list
 install-melt-default-modules-list: $(melt_default_modules_list).modlis 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-18 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18  5:55 [PATCH, MELT] correcting path error in the Makefile.in Pierre Vittet
2011-05-18  6:04 ` Basile Starynkevitch
     [not found]   ` <4DD366BF.1010109@ispras.ru>
2011-05-18 11:30     ` Basile Starynkevitch
2011-05-18 17:01       ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).