From fcbb0dc5af6fdba577f08bb809b3ab5dccf29331 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 23 Mar 1989 12:06:28 +0000 Subject: fabricate zserver.h for make depend --- clients/zstat/Imakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clients/zstat') 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}) -- cgit v1.2.3