Ignore:
Timestamp:
01/05/04 06:14:08 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
356d53f
Parents:
14b7d360
Message:

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am

    r14b7d360 r6411947  
    1111    $(wildcard \
    1212    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    13 LIB = $(ARCH)/libbsp.a
    1413
    1514include $(top_srcdir)/../../../../automake/compile.am
    1615include $(top_srcdir)/../../../../automake/lib.am
    1716
    18 #
    19 # (OPTIONAL) Add local stuff here using +=
    20 #
    21 
    22 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    2318        $(make-library)
    2419
    25 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2621
    2722include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.