projects-dir.mk: Remove target config.done

ytools is not an autoconf project anymore

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-11 15:04:30 +00:00
commit 398de45077

View file

@ -169,10 +169,6 @@ projects.txt:
done.clean:
rm -f *.done
config.done: cvs-update.done
if [ -d ytools ]; then make -C ytools config; fi
touch $@
links.done:
if [ -d btools ]; then ln -sf btools dspider-btools; fi
if [ -d dspc/src/shared ]; then ln -sf dspc/src/shared dspider-shared; fi
@ -193,7 +189,7 @@ cvs-update.done: cvsdir.done
update.done: purge
pull.done: cvs-update.done config.done clone.done links.done
pull.done: cvs-update.done clone.done links.done
touch $@
clone.done: