1
0
Fork 0
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:
Bertrik Sikken 2008-08-30 09:49:00 +00:00
parent d8bb6701e7
commit 0d760c156f

View file

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