]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/app.makefile
BaseTools: strip trailing whitespace
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / app.makefile
index fcadb4ed2194c620d54fc43d589864d3a16a3008..6a2a8f5e8a0eae8dc9539a4bce8b312e7faa5109 100644 (file)
@@ -12,9 +12,9 @@ include $(MAKEROOT)/Makefiles/header.makefile
 APPLICATION = $(MAKEROOT)/bin/$(APPNAME)\r
 \r
 .PHONY:all\r
-all: $(MAKEROOT)/bin $(APPLICATION) \r
+all: $(MAKEROOT)/bin $(APPLICATION)\r
 \r
-$(APPLICATION): $(OBJECTS) \r
+$(APPLICATION): $(OBJECTS)\r
        $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
 \r
 $(OBJECTS): $(MAKEROOT)/Include/Common/BuildVersion.h\r