summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen405/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/Makefile.am
index 7dff0f01ea..9db3fef986 100644
--- a/c/src/lib/libbsp/powerpc/gen405/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen405/Makefile.am
@@ -7,15 +7,10 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUBDIRS = . include dlentry startup wrapup
+SUBDIRS = include dlentry startup @exceptions@ wrapup
include $(top_srcdir)/../../bsp.am
-$(PROJECT_RELEASE)/lib/bsp_specs: bsp_specs
- $(INSTALL_DATA) $< $@
-
-PREINSTALL_FILES += $(PROJECT_RELEASE)/lib/bsp_specs
-
EXTRA_DIST = bsp_specs times
include $(top_srcdir)/../../../../../../automake/subdirs.am