ICU-21680 Add -std flag when generating dependency information

This commit is contained in:
David Haney 2021-07-18 15:01:50 +00:00 committed by Yoshito Umaoka
parent 4fff0085e5
commit 9ff39368b2

View file

@ -15,8 +15,8 @@ SHAREDLIBCXXFLAGS = -KPIC
SHAREDLIBCPPFLAGS = -DPIC
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -xM $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX) -xM $(DEFS) $(CPPFLAGS)
GEN_DEPS.c= $(CC) -xM $(DEFS) $(CPPFLAGS) $(CFLAGS)
GEN_DEPS.cc= $(CXX) -xM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
ifeq ($(UCLN_NO_AUTO_CLEANUP),0)
# set up init point.