Bug 1050704 - Remove STLPORT_CPPFLAGS from Makefiles. r=mshal

This commit is contained in:
Mike Hommey 2014-08-09 07:55:09 +09:00
parent 68ed01269f
commit b81fbc4f75
2 changed files with 0 additions and 19 deletions

View File

@ -1,10 +0,0 @@
# -*- Mode: makefile; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- #
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifeq ($(OS_TARGET), Android)
CPPFLAGS += \
$(STLPORT_CPPFLAGS) \
$(NULL)
endif

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. */
ifeq ($(OS_TARGET),Android)
CPPFLAGS += \
$(STLPORT_CPPFLAGS) \
$(NULL)
endif