summaryrefslogtreecommitdiff
path: root/makefiles/gmake/platform.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-14 19:09:23 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-14 19:09:23 +0100
commit4349e4e00487c70277824c87d0f0b92e822f052b (patch)
treee9cba8de204a456abdb9de161bb60c4415b08617 /makefiles/gmake/platform.mk
parent9a6677d5d2f1f76efd44326f9301b102b72b9636 (diff)
downloadwolfbones-4349e4e00487c70277824c87d0f0b92e822f052b.tar.gz
wolfbones-4349e4e00487c70277824c87d0f0b92e822f052b.tar.bz2
fixed dependencies of pcc, fixed setting of NLS platform flag
Diffstat (limited to 'makefiles/gmake/platform.mk')
-rw-r--r--makefiles/gmake/platform.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index ab1d46c..0dd3be3 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -108,7 +108,9 @@ LDFLAGS_LT =
LIBS_LT = -lintl
endif
+PLATFORM_COMPILE_FLAGS += $(INCLUDE_FLAGS_LT)
+
endif
PLATFORM_COMPILE_FLAGS += \
- -DENABLE_NLS=$(ENABLE_NLS) $(INCLUDE_FLAGS_LT)
+ -DENABLE_NLS=$(ENABLE_NLS)