summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-24 05:05:27 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-24 05:05:27 +0000
commit4e6c32f08178c6f6dde82c41b7ef382b8fffe3b3 (patch)
tree10ad89cb9557adaedca8f406e3fa30828dbfc693 /clients/zstat
parent3a9202d1b131eb6f377f2a61903cb9eab2f3556f (diff)
fix to make all the include files needed in server/
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index 4fcdad7..2c8eedf 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -16,7 +16,7 @@ SRCDIR= ${SRCTOP}/clients/zstat
CODE= ${SRCS} Imakefile
depend::
- (cd ../../server; make zserver.h)
+ (cd ../../server; make src)
normal_obj_rule()
program(zstat,${OBJS},,${LIBS},${CLIENTDIR})