summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
index 265fe150e3..886c22fbcc 100644
--- a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
# We only build the networking device driver if HAS_NETWORKING was defined
if HAS_NETWORKING
NETWORKING_DRIVER = network
@@ -25,13 +24,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