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

Unified Diff: cgpt/Makefile

Issue 2819004: Ensure that the default make target is always first. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Rebased with recent changes. Created 10 years, 6 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 | « no previous file | common.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cgpt/Makefile
diff --git a/cgpt/Makefile b/cgpt/Makefile
index 47856d5bc1fa1ddf7cded8365f1ad51f22bfe788..84895a7a716fbbbd33000bff2901663fc5424139 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -22,9 +22,9 @@ ALL_SRCS = \
cmd_boot.c \
cgpt_common.c
-include ../common.mk
+main: $(PROGNAME)
-all: $(PROGNAME)
+include ../common.mk
$(PROGNAME): $(ALL_OBJS) $(LIBS)
$(CC) -o $(PROGNAME) $(CFLAGS) $^ $(LDFLAGS)
« no previous file with comments | « no previous file | common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698