Index: Makefile.in =================================================================== diff -u -rd13e45f79da0fc82d81d763c2731033181a65508 -re3968e8c972a8ac13bfaba27fcf2ae9e36689211 --- Makefile.in (.../Makefile.in) (revision d13e45f79da0fc82d81d763c2731033181a65508) +++ Makefile.in (.../Makefile.in) (revision e3968e8c972a8ac13bfaba27fcf2ae9e36689211) @@ -82,8 +82,8 @@ #======================================================================== DTRACE_OBJ = @DTRACE_OBJ@ -DTRACE_HDR = $(src_generic_dir)/nsfDTrace.h -DTRACE_SRC = $(src_generic_dir)/nsfDTrace.d +DTRACE_HDR = @DTRACE_HDR@ +DTRACE_SRC = @DTRACE_SRC@ #======================================================================== # The names of the source files is defined in the configure script.