BaseTools: strip trailing whitespace

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Leif Lindholm
2019-10-01 13:42:32 +01:00
parent df8f8688b8
commit 0deca401f0
10 changed files with 18 additions and 18 deletions

View File

@@ -14,10 +14,10 @@ $(MAKEROOT)/libs-$(HOST_ARCH):
install: $(MAKEROOT)/libs-$(HOST_ARCH) $(LIBRARY)
cp $(LIBRARY) $(MAKEROOT)/libs-$(HOST_ARCH)
$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS)
$(BUILD_AR) crs $@ $^
%.o : %.c
%.o : %.c
$(BUILD_CC) -c $(BUILD_CPPFLAGS) $(BUILD_CFLAGS) $< -o $@
%.o : %.cpp