summaryrefslogtreecommitdiff
path: root/libps/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-07-08 17:41:49 +0000
committerMiles Bader <miles@gnu.org>1995-07-08 17:41:49 +0000
commit39d60d198260aa2135a06087f40a78eb7a3f3189 (patch)
tree44bb3a0ce374e6d0ddca9b6959cf6f1935dd89ee /libps/Makefile
parent300538f6f75baeb53910c26a688c79d346a5e351 (diff)
Remove include dependencies.
(REMHDRS): New variable.
Diffstat (limited to 'libps/Makefile')
-rw-r--r--libps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libps/Makefile b/libps/Makefile
index a3e84449..b050dd72 100644
--- a/libps/Makefile
+++ b/libps/Makefile
@@ -25,6 +25,7 @@ libname = libps
SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \
tty.c user.c write.c
LCLHDRS=ps.h
+REMHDRS = ../libihash/ihash.h
installhdrs=ps.h
MIGSTUBS=msgUser.o termUser.o
@@ -37,5 +38,3 @@ msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
term-MIGUFLAGS = -D'TERM_IMPORTS=waittime 1000;'
include ../Makeconf
-
-$(OBJS): ps.h