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/locate/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in index 790de8475..4ac0232e9 100644 --- a/src/plugins/locate/python/Makefile.in +++ b/src/plugins/locate/python/Makefile.in @@ -1,4 +1,4 @@ -mydir=plugins/locate/python +mydir=plugins$(S)locate$(S)python BUILDTOP=$(REL)..$(S)..$(S).. LIBBASE=python -- cgit