From: Mark Huang Date: Fri, 15 Dec 2006 16:20:20 +0000 (+0000) Subject: - must build modules before subdirs X-Git-Tag: pycurl-7_13_1~200 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8bcd3b201e76a72b7e01323b66fc33df08ea99c8;p=plcapi.git - must build modules before subdirs --- diff --git a/Makefile b/Makefile index b218b35b..fe50b46e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.8 2006/11/10 06:34:19 mlhuang Exp $ +# $Id: Makefile,v 1.9 2006/12/15 16:19:49 mlhuang Exp $ # # Metafiles @@ -35,7 +35,7 @@ install: $(modules-install) --install-data=$(DESTDIR)/$(datadir)/plc_api install -D -m 755 php/xmlrpc/xmlrpc.so $(DESTDIR)/$(shell php-config --extension-dir)/xmlrpc.so -$(subdirs): $(init) +$(subdirs): $(init) $(modules) $(subdirs): %: $(MAKE) -C $@