mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Fix config.done without ytools
Fix attempt to create config.done before ytools directory exists. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
899fd8f21a
commit
f859483abd
1 changed files with 2 additions and 1 deletions
|
|
@ -83,8 +83,9 @@ check-conv:
|
|||
projects.txt:
|
||||
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
||||
|
||||
config.done:
|
||||
config.done: cvs-update.done
|
||||
make -C ytools config
|
||||
touch $@
|
||||
|
||||
links.done:
|
||||
ln -sf btools dspider-btools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue