Add a forgotten $(Q) in BLFS/Makefile

This commit is contained in:
Pierre Labastie 2021-05-01 17:29:31 +02:00
parent 203e4c2697
commit 894eec328d

View file

@ -205,7 +205,7 @@ $(LFS_XML):
$(BLFS_XML):
@echo Getting the BLFS book sources...
$(Q)git clone $(GIT) $@
if [ $(BLFS-BRANCH) != trunk ]; then \
$(Q)if [ $(BLFS-BRANCH) != trunk ]; then \
cd $@ && \
git checkout $(BLFS-BRANCH); \
fi