summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips64orion/p4000/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:07:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:07:00 +0000
commitd0a8b4b8801cfe143496def2996e9065f756ae44 (patch)
tree95e3943aae7b50b167211559dbea16ce4aa706c1 /c/src/lib/libbsp/mips64orion/p4000/wrapup
parentPatch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d0a8b4b8801cfe143496def2996e9065f756ae44.tar.bz2
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
Diffstat (limited to 'c/src/lib/libbsp/mips64orion/p4000/wrapup')
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in
index c35a606971..6a078ffbb9 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in
@@ -5,8 +5,8 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-top_builddir = ../../..
-subdir = mips64orion/p4000/wrapup
+top_builddir = ..
+subdir = wrapup
RTEMS_ROOT = @RTEMS_ROOT@
PROJECT_ROOT = @PROJECT_ROOT@
@@ -58,11 +58,6 @@ $(LIB): ${OBJS}
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL_VARIANT) -m 644 $(LIB) $(PROJECT_RELEASE)/lib
-install: all
-
-$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: ../bsp_specs
- $(INSTALL_DATA) $< $@
-
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status