summaryrefslogtreecommitdiff
path: root/clients/zstat/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zstat/Imakefile')
-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})