Skip to content

Commit

Permalink
fix make dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Apr 14, 2020
1 parent 2cbdc43 commit ed0c218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ SECCOMP_FILTERS = seccomp seccomp.debug seccomp.32 seccomp.block_secondary secco
endif
ALL_ITEMS = $(APPS) $(SBOX_APPS) $(MYLIBS)

.PHONY: apps filters man mylibs
.PHONY: all_items $(ALL_ITEMS)
all_items: $(ALL_ITEMS)
$(ALL_ITEMS):
$(ALL_ITEMS): $(MYDIRS)
$(MAKE) -C $(dir $@)

.PHONY: mydirs
.PHONY: mydirs $(MYDIRS)
mydirs: $(MYDIRS)
$(MYDIRS):
$(MAKE) -C $@
Expand Down

0 comments on commit ed0c218

Please sign in to comment.