remove empty dir
[ghc-hetmet.git] / glafp-utils / Makefile
index 130eb79..d9a8b2e 100644 (file)
@@ -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 lndir ltx mkdirhier runstdtest sgmlverb docbook
+SUBDIRS = mkdependC mkdirhier runstdtest
+ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+SUBDIRS += lndir
+endif
 
 include $(TOP)/mk/target.mk