remove CURSES; -I/usr/include/ncurses in ALL_CPPFLAGS now
This commit is contained in:
parent
285f5c30b9
commit
5dfbcf56d8
2
Makefile
2
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 $<
|
||||
|
Loading…
Reference in New Issue
Block a user