summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/skin_parser/Makefile2
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
10ifndef V 9ifndef V
@@ -20,6 +19,7 @@ TARGET_DIR ?= ./
20BUILDDIR ?= $(TARGET_DIR)build 19BUILDDIR ?= $(TARGET_DIR)build
21TARGETPLATFORM ?= $(shell uname) 20TARGETPLATFORM ?= $(shell uname)
22 21
22CFLAGS += -D__PCTOOL__
23ifdef RBARCH 23ifdef RBARCH
24CFLAGS += -arch $(RBARCH) 24CFLAGS += -arch $(RBARCH)
25OBJDIR = $(BUILDDIR)/$(RBARCH)/ 25OBJDIR = $(BUILDDIR)/$(RBARCH)/