]> granicus.if.org Git - procps-ng/commitdiff
remove CURSES; -I/usr/include/ncurses in ALL_CPPFLAGS now
authoralbert <>
Mon, 19 Jul 2004 19:29:31 +0000 (19:29 +0000)
committeralbert <>
Mon, 19 Jul 2004 19:29:31 +0000 (19:29 +0000)
Makefile

index 81d9a5d02ea3fd2fcfc5e7a3fd8c09a6eca95845..1a56d504db76a6a92261fcafc29c9af0204c83df 100644 (file)
--- 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 $<