diff options
-rw-r--r-- | utils/MTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/Makefile b/utils/MTP/Makefile index 9566a19f56..dcae7d9ede 100644 --- a/utils/MTP/Makefile +++ b/utils/MTP/Makefile | |||
@@ -8,7 +8,7 @@ EXTRA_CFLAGS = $(shell printf \ | |||
8 | all: $(OUTPUT) | 8 | all: $(OUTPUT) |
9 | 9 | ||
10 | $(OUTPUT): sendfirm.c | 10 | $(OUTPUT): sendfirm.c |
11 | gcc $(EXTRA_CFLAGS) $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c | 11 | gcc $(EXTRA_CFLAGS) $(CFLAGS) -o $(OUTPUT) sendfirm.c $(LIBS) |
12 | 12 | ||
13 | $(OUTPUT).exe: sendfirm_win.c | 13 | $(OUTPUT).exe: sendfirm_win.c |
14 | mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll | 14 | mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll |