From 505ae39e1f5ef32013b0e95ff487de28663680cf Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 28 Nov 2010 01:36:42 +0000 Subject: Use for loops for recursion in the Windows build, cutting down on the verbiage in Makefile.in files. For correctness of output, every Makefile.in mydir= definition is changed to use $(S) instead of /. ticket: 6826 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24536 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/authdata/greet_client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/authdata/greet_client') diff --git a/src/plugins/authdata/greet_client/Makefile.in b/src/plugins/authdata/greet_client/Makefile.in index 52f2e7245..82b10ff07 100644 --- a/src/plugins/authdata/greet_client/Makefile.in +++ b/src/plugins/authdata/greet_client/Makefile.in @@ -1,4 +1,4 @@ -mydir=plugins/authdata/greet_client +mydir=plugins$(S)authdata$(S)greet_client BUILDTOP=$(REL)..$(S)..$(S).. KRB5_RUN_ENV = @KRB5_RUN_ENV@ KRB5_CONFIG_SETUP = KRB5_CONFIG=$(top_srcdir)/config-files/krb5.conf ; export KRB5_CONFIG ; -- cgit