From: Sir Raorn Date: Wed, 17 May 2006 16:08:31 +0000 (+0200) Subject: Fix linking with --as-needed ld(1) option. X-Git-Tag: tig-0.4~95 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/c9a2f7844c345f48c33c06969514ae6746074abd?hp=c6704a4ec7f96749cbef736fa24c6b90e35f7689 Fix linking with --as-needed ld(1) option. Signed-off-by: Sir Raorn Signed-off-by: Jonas Fonseca --- diff --git a/Makefile b/Makefile index 4d417c5..c1fd656 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX = $(HOME) -LDFLAGS = -lcurses +LDLIBS = -lcurses CFLAGS = -Wall DFLAGS = -g -DDEBUG PROGS = tig