Makefile: fix bootstrap target

This commit is contained in:
Jonas Bernoulli 2016-05-18 17:30:26 +02:00
parent f08084b363
commit b609a8ffd3

View File

@ -36,5 +36,5 @@ lib/%: .FORCE
bootstrap:
git submodule init
git submodule update
git submodule foreach 'git checkout master; git reset --hard $sha1'
git submodule foreach 'git checkout master; git reset --hard $$sha1'
make