citrun

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

commit 1f234fa4947f2ace552b9e0e963aa62ac28d9747
parent 14eb937dc09533438fc871c0f8872387003c3e1c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 19:14:38 -0600

instrument: collapse multiple pkg-config calls

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

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