citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit b179e065566e9a5a942c3f38482405979d739edf
parent b4c72f174b501a170da846c579df4f6b16af0818
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 19:33:19 -0600

instrument: collapse another pkg-config call

Diffstat:
Minstrument/Makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -23,7 +23,6 @@ LDADD += -Wl,--start-group \ -lclangTooling \ -Wl,--end-group \ -LDADD += `llvm-config --libs bitreader mcparser transformutils option` -LDADD += `llvm-config --system-libs` +LDADD += `llvm-config --libs bitreader mcparser transformutils option --system-libs` .include <bsd.prog.mk>