From f894e85e8537ec8b54abe40db21bd8281cedd245 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Apr 2011 15:44:35 +0200 Subject: Makefile: remove extra quotes around host linker flags for cygwin Closes #3541 Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e698cc18..02a5c366a 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ ifneq ($(findstring cygwin,$(GNU_HOST_NAME)),) HOST_EXEEXT:=.exe HOST_LIBEXT:=.lib HOST_SHREXT:=.dll -HOST_LOADLIBES="-lcurses -lintl" +HOST_LOADLIBES=-lcurses -lintl export HOST_LOADLIBES endif ifneq ($(findstring mingw,$(GNU_HOST_NAME)),) -- cgit v1.2.3