projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cec11
)
Fix autoconf-related directory names to account for configure script
author
Tom Yu
<tlyu@mit.edu>
Tue, 18 Sep 2007 20:36:18 +0000
(20:36 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Tue, 18 Sep 2007 20:36:18 +0000
(20:36 +0000)
being in the local directory instead of at top level.
ticket: 5617
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19954
dc483132
-0cff-0310-8789-
dd5450dbe970
src/plugins/preauth/pkinit/Makefile.in
patch
|
blob
|
history
diff --git
a/src/plugins/preauth/pkinit/Makefile.in
b/src/plugins/preauth/pkinit/Makefile.in
index 7542e3cb1ec29db397d7595ce36195076933ffaa..ffc0059011d81124a71114e53293dd2348e02c8b 100644
(file)
--- a/
src/plugins/preauth/pkinit/Makefile.in
+++ b/
src/plugins/preauth/pkinit/Makefile.in
@@
-1,6
+1,6
@@
-thisconfigdir=.
./../..
+thisconfigdir=.
myfulldir=plugins/preauth/pkinit
-mydir=
plugins/preauth/pkinit
+mydir=
.
BUILDTOP=$(REL)..$(S)..$(S)..
KRB5_RUN_ENV = @KRB5_RUN_ENV@
KRB5_CONFIG_SETUP = KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf ; export KRB5_CONFIG ;