forked from len0rd/rockbox
MTP: put libs after files in the Makefile, to please old gcc versions
Change-Id: I6de6771bd8888e40fb9dafa3c84653c8c680bbef
This commit is contained in:
parent
b320bbaf61
commit
0389fd0982
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue