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) |