From 067d70faec23afa7a890409790d5a64dfab42160 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 4 Apr 1989 07:22:55 +0000 Subject: fix HDRS and src:: so that dependencies work properly for zsrv_err.h --- server/Imakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/Imakefile b/server/Imakefile index 8efde4e..caa6bfe 100644 --- a/server/Imakefile +++ b/server/Imakefile @@ -20,8 +20,7 @@ LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${HES_LINTLIB} \ HDRS= zserver.h \ zsrv_conf.h \ - timer.h \ - zsrv_err.h + timer.h SRCS= access.c \ bdump.c \ @@ -64,6 +63,8 @@ program(zephyrd,${OBJS},,${LIBS},${USRETCDIR}) error_table_noprof(zsrv_err) +src:: zsrv_err.h + install:: -mkdir ${DESTDIR}${ACLDIR} -- cgit v1.2.3