diff options
-rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ probes.$(OBJEXT): $(srcdir)/probes.d $(DTRACE_REBUILD:yes=probes.stamp) @$(ECHO) processing probes in object files @# n.b. the dtrace script looks at the $CFLAGS environment variable to decide @# how to assemble probes.o; so we need to actually _export_ $(CFLAGS) - $(Q) CFLAGS="$(CFLAGS) $(XCFLAGS) $(CPPFLAGS)" $(DTRACE) -G -C $(INCFLAGS) -s $(srcdir)/probes.d -o $@ $(DTRACE_REBUILD_OBJS) # DTrace static library hacks described here: # https://marc.info/?l=opensolaris-dtrace-discuss&m=114761203110734&w=4 |