Revision b7b8c618 Makefile.objs

b/Makefile.objs
345 345
trace-dtrace.o: trace-dtrace.dtrace $(GENERATED_HEADERS)
346 346
	$(call quiet-command,dtrace -o $@ -G -s $<, "  GEN trace-dtrace.o")
347 347

  
348
ifeq ($(LIBTOOL),)
349
trace-dtrace.lo: trace-dtrace.dtrace
350
	@echo "missing libtool. please install and rerun configure."; exit 1
351
else
352
trace-dtrace.lo: trace-dtrace.dtrace
353
	$(call quiet-command,libtool --mode=compile --tag=CC dtrace -o $@ -G -s $<, "  lt GEN trace-dtrace.o")
354
endif
355

  
348 356
simpletrace.o: simpletrace.c $(GENERATED_HEADERS)
349 357

  
350 358
ifeq ($(TRACE_BACKEND),dtrace)

Also available in: Unified diff