Skip to content

Commit 004d3fb

Browse files
author
ripley
committed
XTRA_INTL_CPPFLAGS is no longer set (and was wrong)
git-svn-id: https://svn.r-project.org/R/trunk@87934 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 5aa08f3 commit 004d3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extra/intl/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ noinst_LIBRARIES = libintl.a
3939
# and unused in R.
4040
DEFS=-DLOCALEDIR=\"\" -DLOCALEALIAS_PATH=\"\" -DIN_LIBINTL @DEFS@
4141

42-
ALL_CPPFLAGS=$(R_XTRA_CPPFLAGS) -I$(srcdir) $(CPPFLAGS) $(DEFS) @XTRA_INTL_CPPFLAGS@
42+
ALL_CPPFLAGS=$(R_XTRA_CPPFLAGS) -I$(srcdir) $(CPPFLAGS) $(DEFS)
4343

4444
R all: all-@USE_INCLUDED_LIBINTL@
4545
all-yes: Makefile

0 commit comments

Comments
 (0)