mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
build.mk: Fix dependency on $(LIB_DEP_FILE)
The previous fix in 6b33757154
was
invalid.
This commit is contained in:
parent
ac9c8c769c
commit
87f83c1cff
@ -111,8 +111,8 @@ init_progress_log:
|
|||||||
@echo "# Library build progress log - generated by dep_prg.mk and dep_lib.mk" >> $(LIB_PROGRESS_LOG)
|
@echo "# Library build progress log - generated by dep_prg.mk and dep_lib.mk" >> $(LIB_PROGRESS_LOG)
|
||||||
@echo "#" >> $(LIB_PROGRESS_LOG)
|
@echo "#" >> $(LIB_PROGRESS_LOG)
|
||||||
|
|
||||||
.PHONY: init_libdep_file $(dir $(LIB_DEP_FILE))
|
.PHONY: init_libdep_file
|
||||||
init_libdep_file:
|
init_libdep_file: $(dir $(LIB_DEP_FILE))
|
||||||
@echo "checking library dependencies..."
|
@echo "checking library dependencies..."
|
||||||
@(echo "#"; \
|
@(echo "#"; \
|
||||||
echo "# Library dependencies for build '$(DST_DIRS)'"; \
|
echo "# Library dependencies for build '$(DST_DIRS)'"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user