]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/app.makefile
BaseTools: Update Makefile to work at absolute path
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / app.makefile
index b727a7ed1620229660522626b74ded8efa3dc122..6017b2dd5915866511f198290907687362a18694 100644 (file)
@@ -21,8 +21,8 @@ APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
 all: $(MAKEROOT)/bin $(APPLICATION) \r
 \r
 $(APPLICATION): $(OBJECTS) \r
-       $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
+       $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
 \r
-$(OBJECTS): ../Include/Common/BuildVersion.h\r
+$(OBJECTS): $(MAKEROOT)/Include/Common/BuildVersion.h\r
 \r
 include $(MAKEROOT)/Makefiles/footer.makefile\r