Changeset 59788fa9 in rtems


Ignore:
Timestamp:
04/13/05 06:20:16 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e9166f31
Parents:
71554553
Message:

Move target-*.add before base*.add.

Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/binutils/Makefile.am

    r71554553 r59788fa9  
    1010SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
    1111SUBPACKAGES += $(top_builddir)/common/clean.add
    12 SUBPACKAGES += target-binutils.add base-binutils.add
     12SUBPACKAGES += target-binutils.add
     13SUBPACKAGES += base-binutils.add
    1314
    1415binutils.spec.in: $(SUBPACKAGES)
  • scripts/gdb/Makefile.am

    r71554553 r59788fa9  
    1111SUBPACKAGES += gdb.add
    1212SUBPACKAGES += $(top_builddir)/common/clean.add
    13 SUBPACKAGES += base-gdb.add target-gdb.add
     13SUBPACKAGES += target-gdb.add
     14SUBPACKAGES += base-gdb.add
    1415
    1516noinst_DATA = gdb.spec.in
Note: See TracChangeset for help on using the changeset viewer.