--- a/Makefile Wed Nov 10 11:52:54 2010 -0600
+++ b/Makefile Fri Nov 26 14:46:14 2010 -0600
@@ -23,7 +23,7 @@
include make-rules/shared-macros.mk
-SUBDIRS += components
+SUBDIRS += components incorporations
download: TARGET = download
prep: TARGET = prep
@@ -40,6 +40,8 @@
download setup prep build install publish validate clean clobber: $(SUBDIRS)
$(SUBDIRS): FORCE
- cd [email protected] ; echo "$(TARGET) \c" ; pwd ; $(GMAKE) $(TARGET)
+ +echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET)
+
+incorporations: components
FORCE: