Makefile
changeset 53 e398cb2c4b45
parent 49 13d31a6d756e
child 83 9ab0deb97868
--- a/Makefile	Fri Nov 26 22:36:15 2010 -0600
+++ b/Makefile	Wed Dec 08 22:42:22 2010 -0800
@@ -23,7 +23,7 @@
 
 include make-rules/shared-macros.mk
 
-SUBDIRS += components incorporations
+SUBDIRS += components
 
 download:	TARGET = download
 prep:		TARGET = prep
@@ -42,6 +42,4 @@
 $(SUBDIRS):	FORCE
 	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
 
-incorporations:	components
-
 FORCE: