forked from len0rd/rockbox
Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18364 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8bb6701e7
commit
0d760c156f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ NATIVECC = gcc
|
|||
CC = $(CROSS)gcc
|
||||
WINDRES = $(CROSS)windres
|
||||
|
||||
SRC = main.c ipodpatcher.c fat32format.c parttypes.h arc4.c
|
||||
SRC = main.c ipodpatcher.c fat32format.c arc4.c
|
||||
|
||||
all: $(OUTPUT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue