From ee438105335fde5754e544c2de193f6d35c0940e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 18 May 2020 07:46:07 -0400 Subject: fix make depencies --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e811758e6..575c5d614 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,13 +28,13 @@ SECCOMP_FILTERS = seccomp seccomp.debug seccomp.32 seccomp.block_secondary secco endif ALL_ITEMS = $(APPS) $(SBOX_APPS) $(MYLIBS) -.PHONY: all_items man filters +.PHONY: all_items $(ALL_ITEMS) all_items: $(ALL_ITEMS) $(ALL_ITEMS): $(MYDIRS) $(MAKE) -C $(dir $@) .PHONY: mydirs -mydirs: $(MYDIRS) +mydirs: mydirs $(MYDIRS) $(MYDIRS): $(MAKE) -C $@ -- cgit v1.2.3-70-g09d2