Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot to
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:34:21 +0000 (21:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:34:21 +0000 (21:34 +0000)
adjust them after consildating the configure.in scripts.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11034 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gss-sample/Makefile.in
src/appl/sample/Makefile.in
src/appl/sample/sclient/Makefile.in
src/appl/sample/sserver/Makefile.in
src/appl/simple/Makefile.in
src/appl/simple/client/Makefile.in
src/appl/simple/server/Makefile.in
src/appl/user_user/Makefile.in

index adeec69d28eef0314c09b6c1f18ac62540c69006..cb01396151e64aad63e4c924604f1f90357ad9a0 100644 (file)
@@ -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
index dceddc25c52bcaa74429458cb32d9a21d7f40e2c..1678cad196f531be5cc123d123f4ef7b409b0274 100644 (file)
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=./..
 myfulldir=appl/sample
-mydir=.
+mydir=sample
 MY_SUBDIRS = sclient sserver
 BUILDTOP=$(REL)$(U)$(S)$(U)
 
index e8c50a7c5603c71dbefc402e67196b1433db2152..744a404c2081228bba4d64db408234af7a8d4e4d 100644 (file)
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
 myfulldir=appl/sample/sclient
-mydir=sclient
+mydir=sample/sclient
 MY_SUBDIRS=.
 
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
index 00467b9b27ca3501a78b581efc6f72d02eeaae9d..5e0b93ab76cda72e866e2abf2e134d43d5642e72 100644 (file)
@@ -1,6 +1,6 @@
-thisconfigdir=./..
+thisconfigdir=./../..
 myfulldir=appl/sample/sserver
-mydir=sserver
+mydir=sample/sserver
 MY_SUBDIRS=.
 
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
index 2457c11212f3079440da169480253e0021207b11..0e46bef3677e4c4013df46902eaa6413c0e71295 100644 (file)
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=./..
 myfulldir=appl/simple
-mydir=.
+mydir=simple
 MY_SUBDIRS = client server
 BUILDTOP=$(REL)$(U)$(S)$(U)
 
index 178afc914d7a3277dc8b5dba265adac9a5738f4f..023180d5d964f97ffd19a6ecad78b7fcb6038495 100644 (file)
@@ -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)
index 4c526b8a6d9d756ba6c46da1b75363ea0cda6361..f0fb9d62e269b49bb5be9abee06693ecff9c5c0f 100644 (file)
@@ -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)
index 4ec264edbbb9e113b1e4ce99c2181a381b2862f7..7721c224df7fa41a46deaf719cc0f23e9afdad63 100644 (file)
@@ -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