Skip to content

Commit

Permalink
allow for undisciplined packages Rserver and RcppClassic
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@65655 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed May 19, 2014
1 parent 9753994 commit 021ec34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/Makeconf.in
Expand Up @@ -123,7 +123,8 @@ ALL_CXXFLAGS = $(R_XTRA_CXXFLAGS) $(PKG_CXXFLAGS) $(CXXPICFLAGS) $(SHLIB_CXXFLAG
ALL_OBJCFLAGS = $(PKG_OBJCFLAGS) $(CPICFLAGS) $(SHLIB_CFLAGS) $(OBJCFLAGS)
ALL_OBJCXXFLAGS = $(PKG_OBJCXXFLAGS) $(CXXPICFLAGS) $(SHLIB_CXXFLAGS) $(OBJCXXFLAGS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(PKG_FFLAGS) $(FPICFLAGS) $(SHLIB_FFLAGS) $(FFLAGS)
ALL_LIBS = $(PKG_LIBS) $(SHLIB_LIBADD) $(LIBR1)@DYLIB_UNDEFINED_ALLOWED_FALSE@ $(LIBINTL)
## LIBR here as a couple of packages use this without SHLIB_LINK
ALL_LIBS = $(PKG_LIBS) $(SHLIB_LIBADD) $(LIBR)@DYLIB_UNDEFINED_ALLOWED_FALSE@ $(LIBINTL)

.SUFFIXES:
.SUFFIXES: .c .cc .cpp .d .f .f90 .f95 .m .mm .M .o
Expand Down

0 comments on commit 021ec34

Please sign in to comment.