Ignore:
Timestamp:
01/20/04 03:03:00 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b04a2b3
Parents:
1116601
Message:

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

  • Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
  • README: Fix minor typo.
  • wrapup/Makefile.am: Reflect changes to libcpu.
File:
1 edited

Legend:

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

    r1116601 r89608ea7  
    77# bummer; have to use $foreach since % pattern subst rules only replace 1x
    88OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    9     $(wildcard \
    10     ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \
    11     $(wildcard \
    12     ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
     9    ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
     10    ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
    1311
    1412include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.