Skip to content

Commit

Permalink
If building with DTrace, the dtrace header is required.
Browse files Browse the repository at this point in the history
It's generated and its a dependency, so make depend seems like a natural
fit for it.
  • Loading branch information
PeterMartini authored and tonycoz committed Jul 1, 2014
1 parent c0c84e9 commit 5afb921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ done
$spitshell >>$Makefile <<'!NO!SUBS!'
.PHONY: depend
depend: makedepend
depend: makedepend $(DTRACE_H)
sh ./makedepend MAKE=$(MAKE) cflags
.PHONY: test check test_prep test_prep_nodll test_prep_pre \
Expand Down

0 comments on commit 5afb921

Please sign in to comment.