From fef8e4042d78bca7d86c65afc618774356b54c62 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Apr 2004 23:42:39 +0000 Subject: 2004-04-02 Ralf Corsepius * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x. --- cpukit/score/cpu/c4x/ChangeLog | 4 ++++ cpukit/score/cpu/c4x/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index d1811bfe6a..f7b8332475 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Ralf Corsepius + + * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x. + 2004-04-01 Ralf Corsepius * Makefile.am: Install asm.h to $(includedir)/rtems. diff --git a/cpukit/score/cpu/c4x/Makefile.am b/cpukit/score/cpu/c4x/Makefile.am index 05ba487a32..bbd17062b8 100644 --- a/cpukit/score/cpu/c4x/Makefile.am +++ b/cpukit/score/cpu/c4x/Makefile.am @@ -10,7 +10,8 @@ include $(top_srcdir)/../../../automake/compile.am include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = asm.h -include_HEADERS = c4xio.h +include_rtems_c4xdir = $(includedir)/rtems/c4x +include_rtems_c4x_HEADERS = c4xio.h include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \ -- cgit v1.2.3