summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/or16/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:58 +0000
commit64ef77cd56b04e8808897cf928636d72248381fb (patch)
treed5c85eed429e506ad29a7731b7936048c2e0b785 /c/src/exec/score/cpu/or16/Makefile.am
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-64ef77cd56b04e8808897cf928636d72248381fb.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/or16types.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/or16/Makefile.am')
-rw-r--r--c/src/exec/score/cpu/or16/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/or16/Makefile.am b/c/src/exec/score/cpu/or16/Makefile.am
index 699dc067fa..6775f67956 100644
--- a/c/src/exec/score/cpu/or16/Makefile.am
+++ b/c/src/exec/score/cpu/or16/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/or16types.h \
+ rtems/score/types.h \
rtems/score/or16.h \
rtems/score/cpu_asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \