From: Sir Raorn Date: Wed, 17 May 2006 16:08:31 +0000 (+0200) Subject: Fix linking with --as-needed ld(1) option. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9a2f7844c345f48c33c06969514ae6746074abd;p=tig.git 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