summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-07 19:56:21 +0000
committerMiles Bader <miles@gnu.org>1995-04-07 19:56:21 +0000
commitd7375e6c4c3187d398bf52f77f7115b58d3737fd (patch)
tree2e8067dddaa5424a26525584bff67c542597d1c4 /libps
parent9324d172e36299308083acd89595f5afbd92bacd (diff)
Make everything depend on ps.h. Other random tweaks.
Diffstat (limited to 'libps')
-rw-r--r--libps/Makefile10
1 files changed, 4 insertions, 6 deletions
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