From f2ffb7ec050e63ec0ca2ab446cc038f5b7d6ad0a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Mar 2011 04:01:03 +0000 Subject: =?UTF-8?q?2011-03-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Install *.cfgs into $(pkgdatadir)/make. --- c/src/make/ChangeLog | 4 ++++ c/src/make/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/make') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 38c3e3683a..2f90ca8766 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,7 @@ +2011-03-07 Ralf Corsépius + + * Makefile.am: Install *.cfgs into $(pkgdatadir)/make. + 2011-03-07 Ralf Corsépius PR 1753/misc: diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am index c8d8869f79..875f1b190d 100644 --- a/c/src/make/Makefile.am +++ b/c/src/make/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal -rtems_makedir = $(prefix)/make +rtems_makedir = $(pkgdatadir)/make GENERIC_FILES = host.cfg -- cgit v1.2.3