Fix NASM dependency generation
authorH. Peter Anvin <hpa@zytor.com>
Tue, 28 Apr 2009 04:48:20 +0000 (21:48 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 28 Apr 2009 04:48:20 +0000 (21:48 -0700)
commit5869c2d6216298b48d66fcdf0aa9de2937479338
tree3f0a7fbc4226438d156d709d9928c5d5b289ff79
parente6d94cc986897ac80a13a5eedd8ab38d581b0453
Fix NASM dependency generation

Fix missing -M from NASM dependency generation calls; adopt the
uniform stanza "-M -DDEPEND" even for sites that were already correct.

Also, use ">" not ">>" for obvious reasons...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/Makefile
dos/Makefile
memdisk/Makefile
modules/Makefile
sample/Makefile