From b1c3b4e30f01d4a38f1c49c23c54e64b5ae0e398 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 29 Aug 2002 09:10:29 +0000 Subject: * Makefile.in: Revert $(S)=>/ change, for Windows support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14786 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 4 ++++ src/appl/bsd/Makefile.in | 2 +- src/appl/gss-sample/ChangeLog | 4 ++++ src/appl/gss-sample/Makefile.in | 2 +- src/appl/gssftp/ChangeLog | 4 ++++ src/appl/gssftp/Makefile.in | 2 +- src/appl/gssftp/ftp/ChangeLog | 4 ++++ src/appl/gssftp/ftp/Makefile.in | 2 +- src/appl/gssftp/ftpd/ChangeLog | 4 ++++ src/appl/gssftp/ftpd/Makefile.in | 2 +- src/appl/sample/ChangeLog | 4 ++++ src/appl/sample/Makefile.in | 2 +- src/appl/sample/sclient/ChangeLog | 4 ++++ src/appl/sample/sclient/Makefile.in | 2 +- src/appl/sample/sserver/ChangeLog | 4 ++++ src/appl/sample/sserver/Makefile.in | 2 +- src/appl/simple/ChangeLog | 4 ++++ src/appl/simple/Makefile.in | 2 +- src/appl/simple/client/ChangeLog | 4 ++++ src/appl/simple/client/Makefile.in | 2 +- src/appl/simple/server/ChangeLog | 4 ++++ src/appl/simple/server/Makefile.in | 2 +- src/appl/telnet/ChangeLog | 4 ++++ src/appl/telnet/Makefile.in | 2 +- src/appl/telnet/libtelnet/ChangeLog | 4 ++++ src/appl/telnet/libtelnet/Makefile.in | 2 +- src/appl/telnet/telnet/ChangeLog | 4 ++++ src/appl/telnet/telnet/Makefile.in | 2 +- src/appl/telnet/telnetd/ChangeLog | 4 ++++ src/appl/telnet/telnetd/Makefile.in | 2 +- src/appl/user_user/ChangeLog | 4 ++++ src/appl/user_user/Makefile.in | 2 +- 32 files changed, 80 insertions(+), 16 deletions(-) (limited to 'src/appl') diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index dbc1a51..6e564fb 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index c056949..68c5597 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/bsd mydir=. -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. LOCALINCLUDES=@KRB4_INCLUDES@ PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index 59f69a2..eb8135f 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index 8a67aac..e3d71af 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./.. myfulldir=appl/gss-sample mydir=gss-sample MY_SUBDIRS=. -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. DEFINES = -DUSE_AUTOCONF_H -DGSSAPI_V2 PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index 96fc245..4e6c992 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/gssftp/Makefile.in b/src/appl/gssftp/Makefile.in index 3a866a6..4ea8995 100644 --- a/src/appl/gssftp/Makefile.in +++ b/src/appl/gssftp/Makefile.in @@ -1,6 +1,6 @@ thisconfigdir=. myfulldir=appl/gssftp mydir=. -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. LOCAL_SUBDIRS=ftp ftpd LDFLAGS = -g diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index 1e4acdc..1b78353 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in index 5c5e0dc..e020518 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 # diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 1d664e6..869f79a 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index a2b8a36..2c0e824 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=appl/gssftp/ftpd mydir=ftpd -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. # # appl/gssftp/ftpd/Makefile.in # diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog index 5d2c078..5ba334d 100644 --- a/src/appl/sample/ChangeLog +++ b/src/appl/sample/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in index 1476fa1..b26fff2 100644 --- a/src/appl/sample/Makefile.in +++ b/src/appl/sample/Makefile.in @@ -2,4 +2,4 @@ thisconfigdir=./.. myfulldir=appl/sample mydir=sample MY_SUBDIRS = sclient sserver -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog index d70b4b8..9263c7a 100644 --- a/src/appl/sample/sclient/ChangeLog +++ b/src/appl/sample/sclient/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in index 8240529..6906bbf 100644 --- a/src/appl/sample/sclient/Makefile.in +++ b/src/appl/sample/sclient/Makefile.in @@ -3,7 +3,7 @@ myfulldir=appl/sample/sclient mydir=sample/sclient MY_SUBDIRS=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog index f9b7416..838c0a3 100644 --- a/src/appl/sample/sserver/ChangeLog +++ b/src/appl/sample/sserver/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in index 0fc1561..0f59b0a 100644 --- a/src/appl/sample/sserver/Makefile.in +++ b/src/appl/sample/sserver/Makefile.in @@ -3,7 +3,7 @@ myfulldir=appl/sample/sserver mydir=sample/sserver MY_SUBDIRS=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog index 541fac7..80bba45 100644 --- a/src/appl/simple/ChangeLog +++ b/src/appl/simple/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/simple/Makefile.in b/src/appl/simple/Makefile.in index 27638d0..fb33754 100644 --- a/src/appl/simple/Makefile.in +++ b/src/appl/simple/Makefile.in @@ -2,4 +2,4 @@ thisconfigdir=./.. myfulldir=appl/simple mydir=simple MY_SUBDIRS = client server -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog index 6ee16e9..76c08d5 100644 --- a/src/appl/simple/client/ChangeLog +++ b/src/appl/simple/client/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/simple/client/Makefile.in b/src/appl/simple/client/Makefile.in index c9a3b65..e97c5fe 100644 --- a/src/appl/simple/client/Makefile.in +++ b/src/appl/simple/client/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./../.. myfulldir=appl/simple/client mydir=simple/client MY_SUBDIRS=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/simple/server/ChangeLog b/src/appl/simple/server/ChangeLog index 921fda1..d6431aa 100644 --- a/src/appl/simple/server/ChangeLog +++ b/src/appl/simple/server/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/simple/server/Makefile.in b/src/appl/simple/server/Makefile.in index 2bef3c9..1c40537 100644 --- a/src/appl/simple/server/Makefile.in +++ b/src/appl/simple/server/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./../.. myfulldir=appl/simple/server mydir=simple/server MY_SUBDIRS=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. LOCALINCLUDES= -I.. -I$(srcdir)/.. diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog index ae4d6b8..006e263 100644 --- a/src/appl/telnet/ChangeLog +++ b/src/appl/telnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in index 004d9c1..2b9bd59 100644 --- a/src/appl/telnet/Makefile.in +++ b/src/appl/telnet/Makefile.in @@ -1,4 +1,4 @@ thisconfigdir=. myfulldir=appl/telnet mydir=. -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog index 73a9d54..663eda0 100644 --- a/src/appl/telnet/libtelnet/ChangeLog +++ b/src/appl/telnet/libtelnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index 479da66..2b23363 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/libtelnet mydir=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 5e642e7..65875fa 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index 962a71f..31fb87a 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/telnet mydir=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 2be4215..11b7b95 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index 9a9b345..79f11c0 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/telnetd mydir=. -BUILDTOP=$(REL)../../.. +BUILDTOP=$(REL)..$(S)..$(S).. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index 01a1c39..433e589 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Ken Raeburn + + * Makefile.in: Revert $(S)=>/ change, for Windows support. + 2002-08-23 Ken Raeburn * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index 7a71515..782311b 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=./.. myfulldir=appl/user_user mydir=user_user MY_SUBDIRS=. -BUILDTOP=$(REL)../.. +BUILDTOP=$(REL)..$(S).. DEFINES = -DDEBUG PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -- cgit v1.1