summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:06:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:06:54 +0000
commitae87ce471922580b1e5356b53194b9b1eed522a8 (patch)
tree5ea7c84055fa998f6cfb44025541173b17132a05 /c/src/exec/score/cpu/sh/Makefile.am
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ae87ce471922580b1e5356b53194b9b1eed522a8.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/shtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to 'c/src/exec/score/cpu/sh/Makefile.am')
-rw-r--r--c/src/exec/score/cpu/sh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sh/Makefile.am b/c/src/exec/score/cpu/sh/Makefile.am
index 8de36f6edd..04ac682768 100644
--- a/c/src/exec/score/cpu/sh/Makefile.am
+++ b/c/src/exec/score/cpu/sh/Makefile.am
@@ -26,7 +26,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = \
rtems/score/cpu.h \
- rtems/score/shtypes.h \
+ rtems/score/types.h \
rtems/score/sh.h \
rtems/score/sh_io.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \