From: jljusten Date: Tue, 4 Dec 2007 22:01:02 +0000 (+0000) Subject: BaseTools/Source/C/Common/GNUmakefile X-Git-Url: http://git.etherboot.org/people/mcb30/basetools.git/commitdiff_plain/ff93793e6ebdcf0f4dfa44a4748e0461cea41548?hp=feaa9fb3965f92a243fddd80e4ac36264e7b3414 BaseTools/Source/C/Common/GNUmakefile Fixed OsPath.obj to OsPath.o git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@906 7335b38e-4728-0410-8992-fb3ffe349368 --- diff --git a/Source/C/Common/GNUmakefile b/Source/C/Common/GNUmakefile index 882128d..df3108d 100644 --- a/Source/C/Common/GNUmakefile +++ b/Source/C/Common/GNUmakefile @@ -17,7 +17,7 @@ OBJECTS = \ FvLib.o \ MemoryFile.o \ MyAlloc.o \ - OsPath.obj \ + OsPath.o \ ParseGuidedSectionTools.o \ ParseInf.o \ PeCoffLoaderEx.o \