$(info text…) and missing endif

2023-04-15 Thread Jeffrey Walton
Hi Everyone, I'm testing a makefile on Ubuntu 4 with GNU Make 3.80. The makefile is failing with: $ make -j 3 GNUmakefile:1857: *** missing `endif'. Stop. The problem area seems to be (https://github.com/weidai11/cryptopp/blob/master/GNUmakefile#L1821): ifeq ($(IS_DARWIN)$(CLANG_COMPIL

Re: $(info text…) and missing endif

2023-04-15 Thread Eli Zaretskii
> From: Jeffrey Walton > Date: Sat, 15 Apr 2023 17:40:27 -0400 > > ifeq ($(IS_DARWIN)$(CLANG_COMPILER),11) > ifeq ($(findstring -stdlib=libc++,$(CRYPTOPP_CXXFLAGS)$(CXXFLAGS)),) > $(info ) > $(info INFO: Crypto++ was built without LLVM's libc++. If you are > using the library) > $(i