* Makefile (centum_tests): Add Mono.Security and
[mono.git] / mcs / class / Makefile
index 2b3b461468c1669a941135f6635aa1047479d86f..c69a59f8c5d5a0ce9efc73252b14ff62298dc46c 100644 (file)
@@ -16,7 +16,7 @@ bootstrap_dirs := \
 # We may have to add those if 'mcs' starts using them.
 basic_SUBDIRS := corlib System System.XML System
 
-net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs)
+net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) PEAPI
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 
 include ../build/rules.make
@@ -116,6 +116,9 @@ lib/monolite:
 $(monolite_files): lib/monolite/%: lib/basic/% lib/monolite
        cp -p $< $@
 
+$(basic_files:%=lib/basic/%):
+       cd $(topdir) && $(MAKE) profile-do--basic--all
+
 dist-default: $(monolite_files)
 dist-local: dist-default
        -$(MKINSTALLDIRS) $(DIST_PROFILE_DIRS:%=$(distdir)/lib/%)