diff options
Diffstat (limited to 'lib/skin_parser/Makefile')
-rw-r--r-- | lib/skin_parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/Makefile b/lib/skin_parser/Makefile index 5105b040fd..08b7fa14d3 100644 --- a/lib/skin_parser/Makefile +++ b/lib/skin_parser/Makefile | |||
@@ -4,7 +4,6 @@ | |||
4 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < | 4 | # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
5 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ | 5 | # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
6 | # \/ \/ \/ \/ \/ | 6 | # \/ \/ \/ \/ \/ |
7 | # $Id$ | ||
8 | # | 7 | # |
9 | 8 | ||
10 | ifndef V | 9 | ifndef V |
@@ -20,6 +19,7 @@ TARGET_DIR ?= ./ | |||
20 | BUILDDIR ?= $(TARGET_DIR)build | 19 | BUILDDIR ?= $(TARGET_DIR)build |
21 | TARGETPLATFORM ?= $(shell uname) | 20 | TARGETPLATFORM ?= $(shell uname) |
22 | 21 | ||
22 | CFLAGS += -D__PCTOOL__ | ||
23 | ifdef RBARCH | 23 | ifdef RBARCH |
24 | CFLAGS += -arch $(RBARCH) | 24 | CFLAGS += -arch $(RBARCH) |
25 | OBJDIR = $(BUILDDIR)/$(RBARCH)/ | 25 | OBJDIR = $(BUILDDIR)/$(RBARCH)/ |