From ae6182cae061c7458d995b1722b90ef87abb2ec6 Mon Sep 17 00:00:00 2001 From: "John F. Carr" Date: Mon, 2 Sep 1991 14:41:44 +0000 Subject: Use BUILDTOP, not SRCTOP, for makepaths. --- h/zephyr/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h') diff --git a/h/zephyr/Imakefile b/h/zephyr/Imakefile index b38ccff..ecefcd3 100644 --- a/h/zephyr/Imakefile +++ b/h/zephyr/Imakefile @@ -5,7 +5,7 @@ /**/# /**/# $Source$ /**/# $Author$ -/**/# $Zephyr: Imakefile,v 1.3 89/05/30 17:26:29 jtkohl Exp $ +/**/# $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 @@ -32,4 +32,4 @@ zephyr_paths.h: $(BUILDTOP)/config/config.Imakefile export_var(CLIENTDIR) ; \ export_var(HaveKerberos) ; \ export_var(HaveHesiod) ; \ - $(SRCTOP)/tools/makepaths > zephyr_paths.h + $(BUILDTOP)/tools/makepaths > zephyr_paths.h -- cgit v1.2.3