]> granicus.if.org Git - procps-ng/commitdiff
build w/ curses in odd location
authoralbert <>
Sat, 20 Mar 2004 03:43:15 +0000 (03:43 +0000)
committeralbert <>
Sat, 20 Mar 2004 03:43:15 +0000 (03:43 +0000)
Makefile
NEWS

index b0e0c6966d8e0077461e6e92c42229e75fc064de..985ce0ae720b554c3c826bf953642fe29330e5b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL))
 top.o : top.h
 
 %.o : %.c
-       $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c -o $@ $<
+       $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(CURSES) -c -o $@ $<
 
 w.o:    w.c
        $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(W_SHOWFROM) -c $<
diff --git a/NEWS b/NEWS
index e689a8dac2f2553f09b313e190404bc53e69f440..43b4e1f6fa0ef583de18edc3286d0ab7598ccdb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+procps-3.2.0 --> procps-3.2.1
+
+build w/ curses in odd location
+
 procps-3.1.15 --> procps-3.2.0
 
 build on IA-64 again                            #227933