X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=glafp-utils%2FMakefile;h=d9a8b2e35104e2cf94a4897e6d3f628e680a4f9a;hb=16ccba3a61c313da357749e548a533742ad9aedd;hp=67cade6a1dd3c9dd8935738bac142c289325dbe2;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/glafp-utils/Makefile b/glafp-utils/Makefile index 67cade6..d9a8b2e 100644 --- a/glafp-utils/Makefile +++ b/glafp-utils/Makefile @@ -11,9 +11,9 @@ include $(TOP)/mk/boilerplate.mk # We need to write mkdependC first (in that order), to be sure that # make depend will succeed in all the other directories. -# -# ToDo: remove msub for good -# -SUBDIRS = mkdependC fastmake lndir ltx mkdirhier runstdtest +SUBDIRS = mkdependC mkdirhier runstdtest +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +SUBDIRS += lndir +endif include $(TOP)/mk/target.mk