X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..HEAD:/icuSources/extra/scrptrun/Makefile.in?ds=sidebyside diff --git a/icuSources/extra/scrptrun/Makefile.in b/icuSources/extra/scrptrun/Makefile.in index c39b7254..6712c435 100644 --- a/icuSources/extra/scrptrun/Makefile.in +++ b/icuSources/extra/scrptrun/Makefile.in @@ -1,5 +1,7 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html ## Makefile.in for ICU - extra/scrptrun -## Copyright (c) 2001, International Business Machines Corporation and +## Copyright (c) 2001-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -23,7 +25,7 @@ CLEANFILES = *~ $(DEPS) TARGET = srtest DEFS = @DEFS@ -CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir) +CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I$(top_srcdir) CFLAGS = @CFLAGS@ CXXFLAGS = @CXXFLAGS@ ENABLE_RPATH = @ENABLE_RPATH@