diff options
author | Theodore Tso <tytso@mit.edu> | 1995-09-22 23:46:10 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-09-22 23:46:10 +0000 |
commit | c060a8122719df215e815397b70d6cdf3e20cf8a (patch) | |
tree | 39889f45fda140f6247a4e5cc44f2e535bfbb2eb /src | |
parent | 6e79f86c38eb1f57a44e75a99193f2eac0b9d5d6 (diff) | |
download | krb5-c060a8122719df215e815397b70d6cdf3e20cf8a.tar.gz krb5-c060a8122719df215e815397b70d6cdf3e20cf8a.tar.xz krb5-c060a8122719df215e815397b70d6cdf3e20cf8a.zip |
added windows value for SRCTOP
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6815 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/config/ChangeLog | 4 | ||||
-rw-r--r-- | src/config/windows.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index dd3340230..9979c19f3 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 13 10:20:02 1995 Keith Vetter (keithv@fusion.com) + + * windows.in: added windows value for SRCTOP. + Thu Aug 24 19:25:10 1995 Theodore Y. Ts'o <tytso@dcl> * .Sanitize: Update file list diff --git a/src/config/windows.in b/src/config/windows.in index 14e496cd9..6b296dfd1 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -10,6 +10,7 @@ S=\ # seperator U=..\ # up one level srcdir = . +SRCTOP = $(srcdir)/$(BUILDTOP) # /* The name of the C compiler for the target */ CC=cl /nologo |