From 7c2b94fd56f71ad7eedac5ce2a0f9dce2bf2f087 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 3 Oct 2005 11:01:21 +0000 Subject: [PATCH] Make ps compile even if source tree isn't /usr/src --- commands/ps/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/ps/Makefile b/commands/ps/Makefile index 0ce6ec334..b6880414b 100644 --- a/commands/ps/Makefile +++ b/commands/ps/Makefile @@ -9,9 +9,9 @@ all: ps # process status utility ps: ps.c /usr/include/minix/config.h /usr/include/minix/const.h \ - /usr/src/kernel/const.h /usr/src/kernel/type.h \ - /usr/src/kernel/proc.h /usr/src/servers/pm/mproc.h \ - /usr/src/servers/fs/fproc.h /usr/src/servers/fs/const.h + ../../kernel/const.h ../../kernel/type.h \ + ../../kernel/proc.h ../../servers/pm/mproc.h \ + ../../servers/fs/fproc.h ../../servers/fs/const.h $(CC) -i $(CFLAGS) -o $@ ps.c install -S 32kw $@ install: /usr/bin/ps -- 2.44.0