stage2: include targets.mk once

Partially reverts commit e8f6335734
which has added an overlooked second `include targets.mk' which
began spamming build.log immediately:

  /usr/share/mkimage/targets.mk:23: warning:
    overriding recipe for target `__profile_internal_rule'
  /usr/share/mkimage/targets.mk:23: warning:
    ignoring old recipe for target `__profile_internal_rule'

*sigh*
This commit is contained in:
Michael Shigorin 2019-07-18 00:39:20 +03:00
parent 1c2bbbb769
commit 31f280c018

View File

@ -15,8 +15,6 @@ include $(MKIMAGE_PREFIX)/config.mk
COPY_TREE = ./files
include $(MKIMAGE_PREFIX)/targets.mk
# this might have been prepared
# by features.in/stage2/stage1/scripts.d/03-test-kernel
-include $(GLOBAL_BUILDDIR)/squashcfg.mk