Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: src/platform/vboot_reference/common/Makefile

Issue 600114: Vboot Reference: Misc style fixes to Makefile and fix testing script. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/vboot_reference/Makefile ('k') | src/platform/vboot_reference/crypto/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/common/Makefile
diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile
index 51d482e2062a8314ae33debbbc5b36c5ea378c88..fc73ec23a261f18fb71bb6510c965282ef273955 100644
--- a/src/platform/vboot_reference/common/Makefile
+++ b/src/platform/vboot_reference/common/Makefile
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-SRCS=utility_stub.c
-OBJS=$(SRCS:.c=.o)
+SRCS = utility_stub.c
+OBJS = $(SRCS:.c=.o)
all: libcommon.a
« no previous file with comments | « src/platform/vboot_reference/Makefile ('k') | src/platform/vboot_reference/crypto/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698