diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
| commit | b94549fe18d0da42a2106f07d4f68ca2641099c2 (patch) | |
| tree | 035b3769b992820970839492f0acc3bc988118c2 /src/appl/sample | |
| parent | 012e060ea8532ef5c50b9271df5a12321b747238 (diff) | |
| download | krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.gz krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.xz krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.zip | |
Change $(S)=>/ and $(U)=>.. globally
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14761 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
| -rw-r--r-- | src/appl/sample/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/sample/Makefile.in | 2 | ||||
| -rw-r--r-- | src/appl/sample/sclient/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/sample/sclient/Makefile.in | 2 | ||||
| -rw-r--r-- | src/appl/sample/sserver/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/sample/sserver/Makefile.in | 2 |
6 files changed, 15 insertions, 3 deletions
diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog index 890c7f34e..5d2c078ad 100644 --- a/src/appl/sample/ChangeLog +++ b/src/appl/sample/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 1999-10-26 Wilfredo Sanchez <tritan@mit.edu> * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in index e0c7ce53d..1476fa128 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)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog index 4fdcef4ad..d70b4b835 100644 --- a/src/appl/sample/sclient/ChangeLog +++ b/src/appl/sample/sclient/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-04-05 Ken Raeburn <raeburn@mit.edu> * sclient.c: Include fake-addrinfo.h. Include stdlib.h diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in index cf286a4ae..8240529cf 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)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog index 041e776fb..f9b741607 100644 --- a/src/appl/sample/sserver/ChangeLog +++ b/src/appl/sample/sserver/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2001-11-05 Ezra Peisach <epeisach@mit.edu> * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of int. diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in index cf3a1517c..0fc1561df 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)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) |
