From c9a2f7844c345f48c33c06969514ae6746074abd Mon Sep 17 00:00:00 2001 From: Sir Raorn Date: Wed, 17 May 2006 18:08:31 +0200 Subject: [PATCH] Fix linking with --as-needed ld(1) option. Signed-off-by: Sir Raorn Signed-off-by: Jonas Fonseca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0