From 0389fd0982d1db132669242bc6e5809bbee43c7c Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 13 Dec 2014 12:58:08 +0100 Subject: MTP: put libs after files in the Makefile, to please old gcc versions Change-Id: I6de6771bd8888e40fb9dafa3c84653c8c680bbef --- utils/MTP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 \ all: $(OUTPUT) $(OUTPUT): sendfirm.c - gcc $(EXTRA_CFLAGS) $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c + gcc $(EXTRA_CFLAGS) $(CFLAGS) -o $(OUTPUT) sendfirm.c $(LIBS) $(OUTPUT).exe: sendfirm_win.c mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll -- cgit v1.2.3