From: jljusten Date: Sat, 27 Oct 2007 03:31:31 +0000 (+0000) Subject: Fixed spelling of APPLOCATION to APPLICATION, as it was only partially X-Git-Url: http://git.etherboot.org/people/mcb30/basetools.git/commitdiff_plain/73e2191e15e74fe66edac786978de0eb51c932e8?hp=a4be028cd50a8b1303ef2c44162dabcc9dd05916 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 --- 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