remove CURSES; -I/usr/include/ncurses in ALL_CPPFLAGS now

This commit is contained in:
albert 2004-07-19 19:29:31 +00:00
parent 285f5c30b9
commit 5dfbcf56d8

View File

@ -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 $<