From fa1dbc076a5f73552c79899c68580c08e60b5501 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Apr 2002 14:07:20 +0000 Subject: 2001-04-03 Joel Sherrill * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/unixtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change. --- cpukit/score/cpu/unix/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/unix/Makefile.am') diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am index a941abf2c1..1f3916fd8d 100644 --- a/cpukit/score/cpu/unix/Makefile.am +++ b/cpukit/score/cpu/unix/Makefile.am @@ -24,7 +24,7 @@ $(PROJECT_INCLUDE)/rtems/score: include_rtems_scoredir = $(includedir)/rtems/score include_rtems_score_HEADERS = \ - rtems/score/unixtypes.h \ + rtems/score/types.h \ rtems/score/cpu.h \ rtems/score/unix.h \ rtems/score/unixsize.h -- cgit v1.2.3