diff options
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 # |