From 1a177d702830569ec714b39005b30a21bc64e62a Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Mon, 12 Aug 2013 09:48:25 -0700 Subject: [PATCH] build: apply dtrace -G to all object files fixes #871 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 64a5e80e..e683f005 100644 --- a/Makefile.am +++ b/Makefile.am @@ -216,7 +216,7 @@ src/unix/uv-dtrace.o: src/unix/uv-dtrace.d ${libuv_la_OBJECTS} # every created .o, most projects don't need to include more than one .d .d.o: $(AM_V_GEN)$(DTRACE) $(DTRACEFLAGS) -G -o $(top_builddir)/uv-dtrace.o -s $< \ - `grep '^pic_object' $$(find ${top_builddir} -name "*.lo") | cut -f 2 -d\'` + `find ${top_builddir}/src -name "*.o"` $(AM_V_GEN)printf %s\\n \ '# ${top_builddir}/uv-dtrace.lo - a libtool object file' \ '# Generated by libtool (GNU libtool) 2.4' \