From 5e6319d7b9c180ccba42d03c5d53f85946046a7c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 18 Sep 2022 13:58:50 +0200 Subject: [PATCH] fix previous commit --- src/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index ca15aec4..820489b8 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -8,7 +8,7 @@ ebusctl_SOURCES = ebusctl.cpp ebusctl_LDADD = ../lib/utils/libutils.a ebuspicloader_SOURCES = ebuspicloader.cpp intelhex/intelhexclass.cpp -ebusctl_LDADD = ../lib/utils/libutils.a +ebuspicloader_LDADD = ../lib/utils/libutils.a if WITH_EBUSFEED bin_PROGRAMS += ebusfeed