diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-28 15:45:47 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-28 15:45:47 +0000 |
commit | b783234c675e3c40a269425a401c3e2df35a94c1 (patch) | |
tree | 7bd7e3961766babe6e0ccba4d20b2523dac9bf02 /contrib | |
parent | ecda058ba31e3327fed8f0da30ad070ade1869e2 (diff) | |
download | gcc-b783234c675e3c40a269425a401c3e2df35a94c1.tar.gz |
2011-08-28 Alexandre Lissy <alissy@mandriva.com>
* MELT-Plugin-Makefile: Fix inconsistency source path for modlis loading and
modlis path installation, using 'source-path' as in melt-runtime.c and
old make/install shell script.
2011-08-25 Alexandre Lissy <alissy@mandriva.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@178145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog.MELT | 5 | ||||
-rw-r--r-- | contrib/MELT-Plugin-Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 19801f55988..b523e1e45cd 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,3 +1,8 @@ +2011-08-28 Alexandre Lissy <alissy@mandriva.com> + * MELT-Plugin-Makefile: Fix inconsistency source path for modlis loading and + modlis path installation, using 'source-path' as in melt-runtime.c and + old make/install shell script. + 2011-08-25 Alexandre Lissy <alissy@mandriva.com> * MELT-Plugin-Makefile: Remove useless '/' after $(DESTDIR) diff --git a/contrib/MELT-Plugin-Makefile b/contrib/MELT-Plugin-Makefile index 0609cd5c197..9be7eb6f36d 100644 --- a/contrib/MELT-Plugin-Makefile +++ b/contrib/MELT-Plugin-Makefile @@ -311,7 +311,7 @@ install-melt-mk: melt-module.mk ## install the default modules list install-melt-default-modules-list: $(melt_default_modules_list).modlis - $(INSTALL_DATA) $< $(DESTDIR)$(melt_module_dir) + $(INSTALL_DATA) $< $(DESTDIR)$(melt_source_dir) ### install the MELT documentation files install-melt-doc: doc doc-info doc-pdf doc-html |