From 9b85e6ae38ae318dc398f3283ae8eb9660e2433f Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 15 Mar 1994 07:14:57 +0000 Subject: Have zephyr_paths.h depend on the Makefile Do not bother with ETCATHDIR -- it isn't used. --- h/zephyr/Imakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'h/zephyr') diff --git a/h/zephyr/Imakefile b/h/zephyr/Imakefile index a1b33ef..cfe36e4 100644 --- a/h/zephyr/Imakefile +++ b/h/zephyr/Imakefile @@ -7,7 +7,7 @@ /**/# $Author$ /**/# $Zephyr: /mit/zephyr/src/include/zephyr/RCS/Imakefile,v 1.4 91/03/21 12:16:56 raeburn Exp $ /**/# -SRCDIR= ${SRCTOP}/include/zephyr + HDRS= acl.h mit-copyright.h zephyr.h zephyr_conf.h zephyr_internal.h zsyslog.h CODE= ${HDRS} Imakefile @@ -26,8 +26,7 @@ HaveHesiod=yes #define export_as(var,name) name=$(var) ; export name #define export_var(var) export_as(var,var) -zephyr_paths.h: - @ export_as(ATHETCDIR,ETCATHDIR) ; \ +zephyr_paths.h: Makefile export_as(ZLIBDIR,LIBDIR) ; \ export_as(ATHBINDIR,CLIENTDIR) ; \ export_var(HaveKerberos) ; \ -- cgit v1.2.3