diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:09:42 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:09:42 +0000 |
| commit | b144eab66fe487302900c0dbccb01be3794510fe (patch) | |
| tree | 9ebd1751dd837176da30a126def90397b0ac8db5 /src/appl/sample/sserver | |
| parent | e812d05c58837dbaa4cfc4b433929d0c18f279ba (diff) | |
| download | krb5-b144eab66fe487302900c0dbccb01be3794510fe.tar.gz krb5-b144eab66fe487302900c0dbccb01be3794510fe.tar.xz krb5-b144eab66fe487302900c0dbccb01be3794510fe.zip | |
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro
set to '.' to indicate that there are no subdirectories to be
processed by the Makefile.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11031 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sserver')
| -rw-r--r-- | src/appl/sample/sserver/ChangeLog | 7 | ||||
| -rw-r--r-- | src/appl/sample/sserver/Makefile.in | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog index 9973d04d62..0eb7468da5 100644 --- a/src/appl/sample/sserver/ChangeLog +++ b/src/appl/sample/sserver/ChangeLog @@ -1,3 +1,10 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Add a MY_SUBDIRS macro set to '.' to indicate that there + are no subdirectories to be processed by the Makefile. + 1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu> * sserver.c (main): POSIX states that getopt returns -1 when it diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in index 62c9e61185..00467b9b27 100644 --- a/src/appl/sample/sserver/Makefile.in +++ b/src/appl/sample/sserver/Makefile.in @@ -1,4 +1,8 @@ thisconfigdir=./.. +myfulldir=appl/sample/sserver +mydir=sserver +MY_SUBDIRS=. + BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) |
