]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: put LIBS after LDFLAGS for imap-send
authorSteven Penny <svnpenn@gmail.com>
Sun, 8 Jan 2017 06:12:38 +0000 (00:12 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 14:31:52 +0000 (06:31 -0800)
commitaa38ad2b24c14414c18a440d4cdfc9cd02bbcb96
tree6117c8d9da28161dade49f7788cef4e628797404
parent7c44b33f8b67cc6737caa0b812dbd963ca8bbb00
Makefile: put LIBS after LDFLAGS for imap-send

This matches up with the targets git-%, git-http-fetch, git-http-push
and git-remote-testsvn. It must be done this way in Cygwin else lcrypto
cannot find lgdi32 and lws2_32.

Signed-off-by: Steven Penny <svnpenn@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile