From d7375e6c4c3187d398bf52f77f7115b58d3737fd Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 7 Apr 1995 19:56:21 +0000 Subject: Make everything depend on ps.h. Other random tweaks. --- libps/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libps') diff --git a/libps/Makefile b/libps/Makefile index 95266135..db90ea60 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -23,15 +23,13 @@ makemode := library SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c - -OBJS = $(subst .c,.o,$(SRCS)) - LCLHDRS=ps.h installhdrs=ps.h -CPPFLAGS += -I../lib +OBJS = $(subst .c,.o,$(SRCS)) -libname = libps -installhdrs= +CPPFLAGS += -I../lib include ../Makeconf + +$(OBJS): ps.h -- cgit v1.2.3