Skip to content

Commit 5ce6e0e

Browse files
committed
Merge branch 'tb/new-make-fix'
Workaround the overly picky HT/SP rule in newer GNU Make. * tb/new-make-fix: Makefile: remove accidental recipe prefix in conditional
2 parents f52abcd + f231799 commit 5ce6e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,16 +1704,16 @@ IMAP_SEND_LDFLAGS += $(OPENSSL_LINK) $(OPENSSL_LIBSSL) $(LIB_4_CRYPTO)
17041704

17051705
ifdef ZLIB_NG
17061706
BASIC_CFLAGS += -DHAVE_ZLIB_NG
1707-
ifdef ZLIB_NG_PATH
1707+
ifdef ZLIB_NG_PATH
17081708
BASIC_CFLAGS += -I$(ZLIB_NG_PATH)/include
17091709
EXTLIBS += $(call libpath_template,$(ZLIB_NG_PATH)/$(lib))
1710-
endif
1710+
endif
17111711
EXTLIBS += -lz-ng
17121712
else
1713-
ifdef ZLIB_PATH
1713+
ifdef ZLIB_PATH
17141714
BASIC_CFLAGS += -I$(ZLIB_PATH)/include
17151715
EXTLIBS += $(call libpath_template,$(ZLIB_PATH)/$(lib))
1716-
endif
1716+
endif
17171717
EXTLIBS += -lz
17181718
endif
17191719

0 commit comments

Comments
 (0)