public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Pierre Vittet <piervit@pvittet.com>
To: gcc-patches@gcc.gnu.org, gcc-melt-french@googlegroups.com
Subject: [PATCH, MELT] correcting path error in the Makefile.in
Date: Wed, 18 May 2011 05:55:00 -0000	[thread overview]
Message-ID: <4DD2CCE4.3090402@pvittet.com> (raw)

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

             reply	other threads:[~2011-05-17 19:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-18  5:55 Pierre Vittet [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DD2CCE4.3090402@pvittet.com \
    --to=piervit@pvittet.com \
    --cc=gcc-melt-french@googlegroups.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).