BUILDING.md: More NASM/YASM clarifications

28d1a1300c6be7fc8614ed827eb56cd97cf84e76 introduced the line
"nasm.exe should be in your PATH".  This commit corrects an oversight in
8f1c0a681cd34e8e80ba7b06f356d6080a7172c9 /
e5091f2cf3b6ba747907012146df93df0d01ec85 whereby this line should have
been extended to include yasm.exe.
diff --git a/BUILDING.md b/BUILDING.md
index a0af863..5322873 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -463,7 +463,7 @@
 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
   * If using NASM, 0.98 or later is required for an x86 build.
   * If using NASM, 2.05 or later is required for an x86-64 build.
-  * nasm.exe should be in your `PATH`.
+  * nasm.exe/yasm.exe should be in your `PATH`.
 
 - Microsoft Visual C++ 2005 or later