]> granicus.if.org Git - icu/commitdiff
ICU-10826 don't need FFLAGS (Fortran flags)
authorSteven R. Loomis <srl@icu-project.org>
Thu, 26 Jun 2014 01:41:27 +0000 (01:41 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 26 Jun 2014 01:41:27 +0000 (01:41 +0000)
X-SVN-Rev: 35953

icu4c/source/config/Makefile.inc.in

index 8a0154f093b340008460c55284f7fde8d872e237..9ee94dd3008d0ab9d48f4635f5c7847d566c769c 100644 (file)
@@ -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@