diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-08-30 09:49:00 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-08-30 09:49:00 +0000 |
commit | 0d760c156ff39039b40010606c1642f83f2839d9 (patch) | |
tree | 549e47089ee10649b3464f5e22a8ccce2f50a4d9 /rbutil | |
parent | d8bb6701e7f860997ce18a28c5eb8af66ac75f9f (diff) | |
download | rockbox-0d760c156ff39039b40010606c1642f83f2839d9.tar.gz rockbox-0d760c156ff39039b40010606c1642f83f2839d9.zip |
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
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/ipodpatcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile index 61ca175e22..263d64ed01 100644 --- a/rbutil/ipodpatcher/Makefile +++ b/rbutil/ipodpatcher/Makefile @@ -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) |