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/Makefile.in | 2 +- src/plugins/authdata/greet_client/Makefile.in | 2 +- src/plugins/authdata/greet_server/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/authdata') diff --git a/src/plugins/authdata/greet/Makefile.in b/src/plugins/authdata/greet/Makefile.in index 840ebc22de..6e3c0282e7 100644 --- a/src/plugins/authdata/greet/Makefile.in +++ b/src/plugins/authdata/greet/Makefile.in @@ -1,4 +1,4 @@ -mydir=plugins/authdata/greet +mydir=plugins$(S)authdata$(S)greet BUILDTOP=$(REL)..$(S)..$(S).. KRB5_RUN_ENV = @KRB5_RUN_ENV@ KRB5_CONFIG_SETUP = KRB5_CONFIG=$(top_srcdir)/config-files/krb5.conf ; export KRB5_CONFIG ; diff --git a/src/plugins/authdata/greet_client/Makefile.in b/src/plugins/authdata/greet_client/Makefile.in index 52f2e72457..82b10ff074 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 ; diff --git a/src/plugins/authdata/greet_server/Makefile.in b/src/plugins/authdata/greet_server/Makefile.in index 2793aafac5..54ffe67dc8 100644 --- a/src/plugins/authdata/greet_server/Makefile.in +++ b/src/plugins/authdata/greet_server/Makefile.in @@ -1,4 +1,4 @@ -mydir=plugins/authdata/greet_server +mydir=plugins$(S)authdata$(S)greet_server 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