From 8bcd3b201e76a72b7e01323b66fc33df08ea99c8 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 15 Dec 2006 16:20:20 +0000 Subject: [PATCH] - must build modules before subdirs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $@ -- 2.47.0