The information in this article applies to:
SYMPTOMSAn attempt to use a makefile fails and NMAKE generates the following message:
CAUSEThe makefile contains more than one build dependency block for one target and the makefile does not use the multiple dependency block separator, a double colon (::). RESOLUTIONTo eliminate the error, modify the makefile to use the multiple dependency block separator. MORE INFORMATIONThe following makefile example demonstrates this warning. Sample Makefile 1all: test.exeThe following makefile example works as expected. Sample Makefile 2all: test.exe Additional query words: 1.10 1.20 1.30 1.40 1.50
Keywords : |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |