]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/Make-common.in
sim: build: drop duplicate $(LIBS) usage
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 07:58:29 +0000 (13:43 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 4 Nov 2022 00:42:31 +0000 (07:42 +0700)
commit49ea4303bf1248e422b2858a22e085e25ac34a9d
treedbb64ba98986d0214e7aba3d377357862ec793f6
parent89cf99a910ccfd95e478be81adc7493db138dfef
sim: build: drop duplicate $(LIBS) usage

COMMON_LIBS is set to $(LIBS), and CONFIG_LIBS is set to that plus
@LIBS@.  This leds to the values being used twice.  Inline the
CONFIG_LIBS variable without @LIBS@ since it's used only once.
sim/common/Make-common.in