diff options
author | Ken Raeburn <raeburn@mit.edu> | 2002-08-29 09:10:29 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-29 09:10:29 +0000 |
commit | b1c3b4e30f01d4a38f1c49c23c54e64b5ae0e398 (patch) | |
tree | 6e7dd0a2ff4733df20533b983e2076a5590498ee /src/appl/gssftp/ftp | |
parent | d852394981834bb0ffb8ecbbb00f43a3600910ec (diff) | |
download | krb5-b1c3b4e30f01d4a38f1c49c23c54e64b5ae0e398.tar.gz krb5-b1c3b4e30f01d4a38f1c49c23c54e64b5ae0e398.tar.xz krb5-b1c3b4e30f01d4a38f1c49c23c54e64b5ae0e398.zip |
* Makefile.in: Revert $(S)=>/ change, for Windows support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftp')
-rw-r--r-- | src/appl/gssftp/ftp/ChangeLog | 4 | ||||
-rw-r--r-- | src/appl/gssftp/ftp/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index 1e4acdce8b..1b78353208 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn <raeburn@mit.edu> * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in index 5c5e0dc56c..e0205180da 100644 --- a/src/appl/gssftp/ftp/Makefile.in +++ b/src/appl/gssftp/ftp/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=appl/gssftp/ftp mydir=ftp -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. # # appl/gssftp/ftp/Makefile.in # |