summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a4be028)
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
.PHONY:all
all: $(MAKEROOT)/bin $(APPLICATION)
.PHONY:all
all: $(MAKEROOT)/bin $(APPLICATION)
-$(APPLOCATION): $(OBJECTS)
+$(APPLICATION): $(OBJECTS)
$(LINKER) -o $(APPLICATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
include $(MAKEROOT)/footer.makefile
$(LINKER) -o $(APPLICATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
include $(MAKEROOT)/footer.makefile