X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=fe50b46ece09edebeb9568f21d760f852bd3bec8;hb=8bcd3b201e76a72b7e01323b66fc33df08ea99c8;hp=b218b35bf68adc1691c27bf0a330d0993faac9ea;hpb=422b15a8d2846d2f2ab9e7c8c9b6faf5e4f5f200;p=plcapi.git 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 $@