summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sparc/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:07:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:07:10 +0000
commit22ed9d0ff1d288560b2604750150d22e3614a8f2 (patch)
treed099bbf76054d62336bf1a48b5792da060dbc966 /c/src/exec/score/cpu/sparc/Makefile.am
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-22ed9d0ff1d288560b2604750150d22e3614a8f2.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/sparctypes.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/sparc/Makefile.am')
-rw-r--r--c/src/exec/score/cpu/sparc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sparc/Makefile.am b/c/src/exec/score/cpu/sparc/Makefile.am
index d1e34d7c99..62b3b8bbc5 100644
--- a/c/src/exec/score/cpu/sparc/Makefile.am
+++ b/c/src/exec/score/cpu/sparc/Makefile.am
@@ -27,7 +27,7 @@ include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = \
rtems/score/sparc.h \
rtems/score/cpu.h \
- rtems/score/sparctypes.h
+ rtems/score/types.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)