Fixed an issue which the .dep file for the AutoGen.h won't be generated if PCH is not defined.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2272 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		@@ -74,6 +74,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 | 
				
			|||||||
            </then>
 | 
					            </then>
 | 
				
			||||||
          </if>
 | 
					          </if>
 | 
				
			||||||
        </then>
 | 
					        </then>
 | 
				
			||||||
 | 
					        <else>
 | 
				
			||||||
 | 
					          <makedeps DepsFile="${DEST_DIR_OUTPUT}/AutoGen.h.dep">
 | 
				
			||||||
 | 
					            <input file="${DEST_DIR_DEBUG}/AutoGen.h"/>
 | 
				
			||||||
 | 
					            <EXTRA.INC/>
 | 
				
			||||||
 | 
					          </makedeps>
 | 
				
			||||||
 | 
					        </else>
 | 
				
			||||||
      </if>
 | 
					      </if>
 | 
				
			||||||
    </sequential>
 | 
					    </sequential>
 | 
				
			||||||
  </macrodef>
 | 
					  </macrodef>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user