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
|
top.o : top.h
|
||||||
|
|
||||||
%.o : %.c
|
%.o : %.c
|
||||||
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(CURSES) -c -o $@ $<
|
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
w.o: w.c
|
w.o: w.c
|
||||||
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(W_SHOWFROM) -c $<
|
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(W_SHOWFROM) -c $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user