summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:13:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:13:01 +0000
commitce3c6f3e361afc2a4bccf0f6cf974e98c3535e3e (patch)
tree24e7a407afc076b084ecb0f25524106afefd9b16 /cpukit/score/cpu/m68k/Makefile.am
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ce3c6f3e361afc2a4bccf0f6cf974e98c3535e3e.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for name change.
Diffstat (limited to 'cpukit/score/cpu/m68k/Makefile.am')
-rw-r--r--cpukit/score/cpu/m68k/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m68k/Makefile.am b/cpukit/score/cpu/m68k/Makefile.am
index 87ace993e8..8572a41a85 100644
--- a/cpukit/score/cpu/m68k/Makefile.am
+++ b/cpukit/score/cpu/m68k/Makefile.am
@@ -27,7 +27,7 @@ include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = \
rtems/score/cpu.h \
rtems/score/m68k.h \
- rtems/score/m68ktypes.h
+ rtems/score/types.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)