summaryrefslogtreecommitdiffstats
path: root/basegfx/Library_basegfx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r--basegfx/Library_basegfx.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 022c436a0e24..8353ff69673b 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -2,7 +2,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -30,8 +30,6 @@ $(eval $(call gb_Library_Library,basegfx))
$(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc))
-$(eval $(call gb_Library_add_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx))
-
$(eval $(call gb_Library_set_include,basegfx,\
-I$(realpath $(SRCDIR)/basegfx/inc) \
-I$(realpath $(SRCDIR)/basegfx/source/inc) \
@@ -43,7 +41,7 @@ $(eval $(call gb_Library_add_defs,basegfx,\
-DBASEGFX_DLLIMPLEMENTATION \
))
-# Work around gcc bug 41847 present at least in
+# Work around gcc bug 41847 present at least in
# the Android x-compiler 4.4.3.
# -Warray-bounds appeared in 4.3
ifeq ($(COM),GCC)