Skip to content

Commit cdfaf26

Browse files
build: fix build failures for works dirs
1 parent c64532c commit cdfaf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/work.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ include $(MAKE_DIR)/setup-builddir.mk
1616

1717
BUILD_DIR_MODULE := $(call clean-comp,$(shell echo $(dir $(firstword $(MAKEFILE_LIST))) | sed "s|/$$||")/$(BUILD_DIR))
1818

19-
$(BUILD_DIR_MODULE)/:
19+
$(BUILD_DIR_MODULE)/.:
2020
mkdir -p $@
2121

22-
$(BUILD_DIR_MODULE)%/:
22+
$(BUILD_DIR_MODULE)%/.:
2323
mkdir -p $@
2424

2525
INTERNAL_DEPENDS_ON += $(SUBDIRS)

0 commit comments

Comments
 (0)