forked from Imagelibrary/rtems
Move target-*.add before base*.add.
This commit is contained in:
@@ -9,7 +9,8 @@ MKBINUTILSSPEC = $(SHELL) ./mkspec
|
||||
SUBPACKAGES = header.add
|
||||
SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
|
||||
SUBPACKAGES += $(top_builddir)/common/clean.add
|
||||
SUBPACKAGES += target-binutils.add base-binutils.add
|
||||
SUBPACKAGES += target-binutils.add
|
||||
SUBPACKAGES += base-binutils.add
|
||||
|
||||
binutils.spec.in: $(SUBPACKAGES)
|
||||
cat $^ > $@
|
||||
|
||||
@@ -10,7 +10,8 @@ SUBPACKAGES = header.add
|
||||
SUBPACKAGES += $(top_builddir)/common/common.add
|
||||
SUBPACKAGES += gdb.add
|
||||
SUBPACKAGES += $(top_builddir)/common/clean.add
|
||||
SUBPACKAGES += base-gdb.add target-gdb.add
|
||||
SUBPACKAGES += target-gdb.add
|
||||
SUBPACKAGES += base-gdb.add
|
||||
|
||||
noinst_DATA = gdb.spec.in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user