From 5dfbcf56d8e610f185930532d318b0cbf06a674a Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 19 Jul 2004 19:29:31 +0000 Subject: [PATCH] remove CURSES; -I/usr/include/ncurses in ALL_CPPFLAGS now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d9a5d0..1a56d504 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL)) top.o : top.h %.o : %.c - $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(CURSES) -c -o $@ $< + $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c -o $@ $< w.o: w.c $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(W_SHOWFROM) -c $<