]> git.wh0rd.org - fontconfig.git/commitdiff
Use explicit cd for non-gmake systems
authorKeith Packard <keithp@keithp.com>
Tue, 28 May 2002 03:50:23 +0000 (03:50 +0000)
committerKeith Packard <keithp@keithp.com>
Tue, 28 May 2002 03:50:23 +0000 (03:50 +0000)
Makefile.in

index e14e75c69a691c6bfb73c743ddcfbd1e87330d7a..f1ed990604985536bad3cd73acd8e436a1629904 100644 (file)
@@ -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