diff options
Diffstat (limited to 'libsandbox')
-rw-r--r-- | libsandbox/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsandbox/local.mk b/libsandbox/local.mk index a386505..131bcd8 100644 --- a/libsandbox/local.mk +++ b/libsandbox/local.mk @@ -72,6 +72,7 @@ TRACE_MAKE_HEADER = \ $(COMPILE) -E -P -include $(top_srcdir)/headers.h - $$f | \ $(SB_AWK) $(GEN_TRACE_SCRIPT) -v syscall_prefix=$$t > $$header %D%/trace_syscalls.h: $(SYMBOLS_FILE) $(GEN_TRACE_SCRIPT) $(SB_SCHIZO_HEADERS) + @$(MKDIR_P) %D% if SB_SCHIZO $(AM_V_GEN)touch $@ else |