diff options
-rw-r--r-- | lang/smlnj/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index a87154c0ef49..4c9c6b630e99 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -261,7 +261,6 @@ MLNOINSTALL= .cm MLNOINSTALL+= sml.bin.${MLARCH}-unix sml.boot.${MLARCH}-unix \ sml.lib sml.${MLARCH}-bsd .endif -MLSRCEXCLUDEREGEX= -e '^(@dirrm\ )?${MLROOTRELATIVE}/base/runtime' .for excl in ${MLNOINSTALL} MLSRCEXCLUDEREGEX+= -e '/${excl}$$' -e '/${excl}/' .endfor |