X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=dfe81b3d4072ccc1a7951df378c3320ca0132cf7;hb=8966ae35cc8ae7a0b415b7fe1a4f6f76efec6f92;hp=7e1a621e0dd902222885be01ba93679d619b789b;hpb=f98b4dacbf7f053eada494f60f3efc0c38fc7065;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 7e1a621..dfe81b3 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -24,6 +24,12 @@ default_target: build +# make doesn't give us an easy way to get the libraries built in +# dependency order the first time, but not rebuild base (for example) +# when we want to rebuild another library later. +# So for now we just don't do anything in parallel in here. +.NOTPARALLEL: + # Ideally we'd just include something to give us variables # for paths and arguments to tools etc, and those set in mk/build.mk. TOP=.. @@ -72,6 +78,7 @@ ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif SUBDIRS += $(wildcard parallel) +SUBDIRS += $(wildcard ndp) endif # -----------------------------------------------------------------------------