build w/ curses in odd location

This commit is contained in:
albert 2004-03-20 03:43:15 +00:00
parent b8a775d32e
commit 63b001e5b9
2 changed files with 5 additions and 1 deletions

View File

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

4
NEWS
View File

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