summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am b/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
index 82a5939ada..18d3034ce5 100644
--- a/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
# pieces to pick up out of libcpu/sparc
CPU_PIECES = cache reg_win syscall
@@ -23,13 +22,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(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