diff options
author | John Kohl <jtkohl@mit.edu> | 1989-03-23 12:06:28 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1989-03-23 12:06:28 +0000 |
commit | fcbb0dc5af6fdba577f08bb809b3ab5dccf29331 (patch) | |
tree | b5f18ec176c67f429fda9fa67302ffcf5a7831ef | |
parent | 5ab07ab5e3a040444e195e446abec016391a3aab (diff) |
fabricate zserver.h for make depend
-rw-r--r-- | clients/zstat/Imakefile | 2 |
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}) |