aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index fba1bb10..34121063 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -69,9 +69,7 @@ else
LDFLAGS += -ldl
MAKE = make
else
- ifeq (curses, $(findstring curses, $(MAKECMDGOALS)))
- LDFLAGS += -liconv
- endif
+ LDFLAGS += -liconv
MAKE = gmake
endif
PREFIX ?= /usr/local