Revision 44dc0ca3 Makefile.objs

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

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

  
350 358
simpletrace.o: simpletrace.c $(GENERATED_HEADERS)
351 359

  
352 360
ifeq ($(TRACE_BACKEND),dtrace)

Also available in: Unified diff