diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:34:21 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:34:21 +0000 |
| commit | e4e4815a99ae50c78aabde6dfe776a450f85e4f6 (patch) | |
| tree | 0d3225fa19b87eb9696d1875d5f28d4416450274 /src | |
| parent | 2b91c3c0893a8b4887a66e24b2a1f2038de12bfb (diff) | |
| download | krb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.tar.gz krb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.tar.xz krb5-e4e4815a99ae50c78aabde6dfe776a450f85e4f6.zip | |
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')
| -rw-r--r-- | src/appl/gss-sample/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/sample/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/sample/sclient/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/sample/sserver/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/simple/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/simple/client/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/simple/server/Makefile.in | 4 | ||||
| -rw-r--r-- | src/appl/user_user/Makefile.in | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index adeec69d2..cb0139615 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=./.. myfulldir=appl/gss-sample -mydir=. +mydir=gss-sample MY_SUBDIRS=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -DUSE_AUTOCONF_H -DGSSAPI_V2 diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in index dceddc25c..1678cad19 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 e8c50a7c5..744a404c2 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 00467b9b2..5e0b93ab7 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) diff --git a/src/appl/simple/Makefile.in b/src/appl/simple/Makefile.in index 2457c1121..0e46bef36 100644 --- a/src/appl/simple/Makefile.in +++ b/src/appl/simple/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=./.. myfulldir=appl/simple -mydir=. +mydir=simple MY_SUBDIRS = client server BUILDTOP=$(REL)$(U)$(S)$(U) diff --git a/src/appl/simple/client/Makefile.in b/src/appl/simple/client/Makefile.in index 178afc914..023180d5d 100644 --- a/src/appl/simple/client/Makefile.in +++ b/src/appl/simple/client/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=./.. +thisconfigdir=./../.. myfulldir=appl/simple/client -mydir=client +mydir=simple/client MY_SUBDIRS=. BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/appl/simple/server/Makefile.in b/src/appl/simple/server/Makefile.in index 4c526b8a6..f0fb9d62e 100644 --- a/src/appl/simple/server/Makefile.in +++ b/src/appl/simple/server/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=./.. +thisconfigdir=./../.. myfulldir=appl/simple/server -mydir=server +mydir=simple/server MY_SUBDIRS=. BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index 4ec264edb..7721c224d 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=./.. myfulldir=appl/user_user -mydir=. +mydir=user_user MY_SUBDIRS=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -DDEBUG |
