From: Steven R. Loomis Date: Thu, 26 Jun 2014 01:41:27 +0000 (+0000) Subject: ICU-10826 don't need FFLAGS (Fortran flags) X-Git-Tag: milestone-59-0-1~1834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88a77c56cffd57e3632f03bae3da1d21b89c130c;p=icu ICU-10826 don't need FFLAGS (Fortran flags) X-SVN-Rev: 35953 --- diff --git a/icu4c/source/config/Makefile.inc.in b/icu4c/source/config/Makefile.inc.in index 8a0154f093b..9ee94dd3008 100644 --- a/icu4c/source/config/Makefile.inc.in +++ b/icu4c/source/config/Makefile.inc.in @@ -1,6 +1,6 @@ ## -*-makefile-*- #****************************************************************************** -# Copyright (C) 1999-2013, International Business Machines +# Copyright (C) 1999-2014, International Business Machines # Corporation and others. All Rights Reserved. #****************************************************************************** # This Makefile.inc is designed to be included into projects which make use @@ -193,7 +193,6 @@ CXXFLAGS = @UCONFIG_CXXFLAGS@ CXX = @CXX@ DEFAULT_MODE = @DATA_PACKAGING_MODE@ DEFS = @DEFS@ -FFLAGS = @FFLAGS@ # use a consistent INSTALL INSTALL = $(SHELL) $(pkgdatadir)/install-sh -c INSTALL_DATA = @INSTALL_DATA@