From: Tom Yu Date: Tue, 18 Sep 2007 20:36:18 +0000 (+0000) Subject: Fix autoconf-related directory names to account for configure script X-Git-Tag: krb5-1.6.3-beta1~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d778e443c9bcae45ecd22da1c286e68d374832f;p=krb5.git Fix autoconf-related directory names to account for configure script 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 --- diff --git a/src/plugins/preauth/pkinit/Makefile.in b/src/plugins/preauth/pkinit/Makefile.in index 7542e3cb1..ffc005901 100644 --- 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 ;