aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-13 21:34:21 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-13 21:34:21 +0000
commite4e4815a99ae50c78aabde6dfe776a450f85e4f6 (patch)
tree0d3225fa19b87eb9696d1875d5f28d4416450274 /src/appl/sample
parent2b91c3c0893a8b4887a66e24b2a1f2038de12bfb (diff)
downloadkrb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.zip
krb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.tar.gz
krb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.tar.bz2
Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot to
adjust them after consildating the configure.in scripts. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11034 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/Makefile.in4
-rw-r--r--src/appl/sample/sclient/Makefile.in4
-rw-r--r--src/appl/sample/sserver/Makefile.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index dceddc2..1678cad 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=./..
myfulldir=appl/sample
-mydir=.
+mydir=sample
MY_SUBDIRS = sclient sserver
BUILDTOP=$(REL)$(U)$(S)$(U)
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index e8c50a7..744a404 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
myfulldir=appl/sample/sclient
-mydir=sclient
+mydir=sample/sclient
MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 00467b9..5e0b93a 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
myfulldir=appl/sample/sserver
-mydir=sserver
+mydir=sample/sserver
MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)