summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1991-09-02 14:41:44 +0000
committerGravatar John F. Carr <jfc@mit.edu>1991-09-02 14:41:44 +0000
commitae6182cae061c7458d995b1722b90ef87abb2ec6 (patch)
tree516ac6ce448136b1ddaf6792b937442c064c75d0 /h
parent29d4ea7a237a5ac20064becbb58a33175b2b14f2 (diff)
Use BUILDTOP, not SRCTOP, for makepaths.
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/Imakefile4
1 files changed, 2 insertions, 2 deletions
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