From 78417a2c74f95a66e3738cf525f9d699e13c654a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 28 May 2002 03:50:23 +0000 Subject: [PATCH] Use explicit cd for non-gmake systems --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e14e75c..f1ed990 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# $XFree86: xc/lib/fontconfig/Makefile.in,v 1.4 2002/05/24 05:19:30 keithp Exp $ +# $XFree86: xc/lib/fontconfig/Makefile.in,v 1.5 2002/05/24 06:25:51 keithp Exp $ # # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. # @@ -29,7 +29,7 @@ include $(TOPDIR)/config/Makedefs DIRS = src fc-cache fc-list fontconfig all install clean:: - for d in $(DIRS); do $(MAKE) -C $$d $@; done + for d in $(DIRS); do (cd $$d && $(MAKE) $@); done # # create fonts.conf file -- 2.39.2