diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-01-07 17:47:27 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-01-07 17:47:27 +0000 |
commit | 5fde2f94c3259d67ffc2e7c6ee1ff52d75085786 (patch) | |
tree | bb0b45ca4a80f133c5aebd081588791e3917e0d4 | |
parent | 54d3ed5dbf1cae144b61fd8b9da2b97121de407e (diff) |
Minor clarification in Makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ CHUNK_QUIET = 1 ROOT_ID = PDF_OUTPUT = LFS-BOOK.pdf NOCHUNKS_OUTPUT = LFS-BOOK.html +SHELL = /bin/bash ifdef V Q = |