mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Fix wrong command in echo-prereq-build
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6ec57849c3
commit
5b8c7fe738
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ prefix.done:
|
|||
touch $@
|
||||
|
||||
echo-prereq-build:
|
||||
@echo $(call proj_query, pkg-requires --flavours "build" $(PROJECT))
|
||||
@echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT))
|
||||
|
||||
list-files echo-files:
|
||||
@$(LIST_VCS_FILES) -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue