summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 16:22:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-04 16:22:54 +0000
commit37cd592b0fa2ffa777093db0c10c57ea2cd8665b (patch)
tree959fc22899def104ce05f050324e39fc301ae4ae /cpukit/sapi/include/Makefile.am
parent2002-07-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-37cd592b0fa2ffa777093db0c10c57ea2cd8665b.tar.bz2
2002-07-04 Joel Sherrill <joel@OARcorp.com>
* Jump table for single entry point removed. * include/rtems/directives.h, src/entrytable.c: Removed. * include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to reflect above.
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/include/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/sapi/include/Makefile.am b/cpukit/sapi/include/Makefile.am
index 00eb710cea..b41bb64295 100644
--- a/cpukit/sapi/include/Makefile.am
+++ b/cpukit/sapi/include/Makefile.am
@@ -18,8 +18,8 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) \
include_rtemsdir = $(includedir)/rtems
-include_rtems_HEADERS = rtems/config.h rtems/directives.h rtems/extension.h \
- rtems/fatal.h rtems/init.h rtems/io.h rtems/mptables.h rtems/sptables.h
+include_rtems_HEADERS = rtems/config.h rtems/extension.h rtems/fatal.h \
+ rtems/init.h rtems/io.h rtems/mptables.h rtems/sptables.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)