summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 01:20:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 01:20:22 +0000
commitfc16e176fc5801fd65a68a2e5f42e751cc22bfaa (patch)
treeb9ed74360d165c7e5c547cf50a241431b5471e94 /c/src/lib/libbsp/powerpc/gen405/include
parent2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fc16e176fc5801fd65a68a2e5f42e751cc22bfaa.tar.bz2
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs rules, add @exceptions@ to SUBDIRS. * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG), RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE), RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52. * include/Makefile.am: Convert PREINSTALL_FILES to TMPINSTALL_FILES, include force-preinstall.am. * wrapup/Makefile.am: Apply @exceptions@.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen405/include')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen405/include/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/include/Makefile.am
index a2785f9a65..7d1459ab06 100644
--- a/c/src/lib/libbsp/powerpc/gen405/include/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen405/include/Makefile.am
@@ -12,9 +12,10 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
+TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES)
+include $(top_srcdir)/../../../../../../automake/force-preinstall.am
include $(top_srcdir)/../../../../../../automake/local.am