From 5c6aca0ac88a684b94eeabf428be7787b6fdb912 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 18 Feb 1998 23:18:18 +0000 Subject: Remove trailing slash from thisconfigdir. Change directory syntax used in BUILDTOP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 6 ++++++ src/include/Makefile.in | 6 +++--- src/include/kerberosIV/ChangeLog | 6 ++++++ src/include/kerberosIV/Makefile.in | 6 +++--- src/include/krb5/ChangeLog | 5 +++++ src/include/krb5/Makefile.in | 4 ++-- 6 files changed, 25 insertions(+), 8 deletions(-) (limited to 'src/include') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index bfc2ab1011..b171fcc953 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 18 15:50:40 1998 Tom Yu + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. Fix up use of $(C) for new + conventions. + Mon Feb 2 17:02:29 1998 Theodore Ts'o * configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and diff --git a/src/include/Makefile.in b/src/include/Makefile.in index a6c6f8db14..ba5d06b2df 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./ -BUILDTOP=$(U) +thisconfigdir=. +BUILDTOP=$(REL)$(U) ##DOSBUILDTOP = .. all-unix:: krb5.h adm_err.h @@ -71,4 +71,4 @@ clean-windows:: @echo Making clean in include install:: krb5.h - $(INSTALL_DATA) $(C)krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h + $(INSTALL_DATA) krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h diff --git a/src/include/kerberosIV/ChangeLog b/src/include/kerberosIV/ChangeLog index da2d9406e3..85f624b066 100644 --- a/src/include/kerberosIV/ChangeLog +++ b/src/include/kerberosIV/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 18 15:51:41 1998 Tom Yu + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. Fix up usage of $(C) for new + conventions. + Mon Feb 2 17:02:29 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile diff --git a/src/include/kerberosIV/Makefile.in b/src/include/kerberosIV/Makefile.in index 9a34576dd8..20fe217474 100644 --- a/src/include/kerberosIV/Makefile.in +++ b/src/include/kerberosIV/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./ -BUILDTOP=$(U)$(U) +thisconfigdir=. +BUILDTOP=$(REL)$(U)$(S)$(U) KRB4_HEADERS=krb.h des.h kadm.h mit-copyright.h all-unix:: krb_err.h @@ -14,4 +14,4 @@ install:: done install:: krb_err.h - $(INSTALL_DATA) $(C)krb_err.h $(DESTDIR)$(KRB5_INCDIR)$(S)kerberosIV$(S)krb_err.h + $(INSTALL_DATA) krb_err.h $(DESTDIR)$(KRB5_INCDIR)$(S)kerberosIV$(S)krb_err.h diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 2101a766da..4dfca48791 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 15:52:36 1998 Tom Yu + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Mon Feb 2 17:02:29 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 262996ef6e..f126ca6ed1 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./ -BUILDTOP=$(U)$(U) +thisconfigdir=. +BUILDTOP=$(REL)$(U)$(S)$(U) KRB5RCTMPDIR= @KRB5_RCTMPDIR@ ##DOSBUILDTOP = ..\.. -- cgit