summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-23 12:06:28 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-23 12:06:28 +0000
commitfcbb0dc5af6fdba577f08bb809b3ab5dccf29331 (patch)
treeb5f18ec176c67f429fda9fa67302ffcf5a7831ef /clients/zstat
parent5ab07ab5e3a040444e195e446abec016391a3aab (diff)
fabricate zserver.h for make depend
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/Imakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index 260b495..4fcdad7 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -15,6 +15,8 @@ OBJS = zstat.o
SRCDIR= ${SRCTOP}/clients/zstat
CODE= ${SRCS} Imakefile
+depend::
+ (cd ../../server; make zserver.h)
normal_obj_rule()
program(zstat,${OBJS},,${LIBS},${CLIENTDIR})