summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am b/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
index 208440fd7f..2e19d07576 100644
--- a/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
BSP_FILES = startup console liblnk
CPU_FILES = clock timer
@@ -28,13 +27,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am