From 73e2191e15e74fe66edac786978de0eb51c932e8 Mon Sep 17 00:00:00 2001 From: jljusten Date: Sat, 27 Oct 2007 03:31:31 +0000 Subject: [PATCH 1/1] Fixed spelling of APPLOCATION to APPLICATION, as it was only partially corrected in r851, and therefore left the tools in an un-buildable state. git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@856 7335b38e-4728-0410-8992-fb3ffe349368 --- Source/C/app.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/C/app.makefile b/Source/C/app.makefile index 0fe9aaa..9c219d8 100644 --- a/Source/C/app.makefile +++ b/Source/C/app.makefile @@ -7,7 +7,7 @@ APPLICATION = $(MAKEROOT)/bin/$(APPNAME) .PHONY:all all: $(MAKEROOT)/bin $(APPLICATION) -$(APPLOCATION): $(OBJECTS) +$(APPLICATION): $(OBJECTS) $(LINKER) -o $(APPLICATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS) include $(MAKEROOT)/footer.makefile -- 2.17.1