From 195841200f5e19b568deffbed10bae7c51b7617f Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 19 Jul 2017 16:29:34 +0200 Subject: [PATCH] Remove ddmd/objc.d from the exclude list --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index b18204f815..fe94b64620 100644 --- a/posix.mak +++ b/posix.mak @@ -506,7 +506,7 @@ endif $G/docs.json : ${DMD_STABLE} ${DMD_STABLE_DIR} \ ${DRUNTIME_STABLE_DIR} ${PHOBOS_STABLE_FILES_GENERATED} | dpl-docs find ${DMD_STABLE_DIR}/src -name '*.d' | \ - sed -e /mscoff/d -e /objc_glue.d/d -e /objc.d/d ${DMD_EXCLUDE} \ + sed -e /mscoff/d -e /objc_glue.d/d ${DMD_EXCLUDE} \ > $G/.release-files.txt find ${DRUNTIME_STABLE_DIR}/src -name '*.d' | \ sed -e /unittest.d/d -e /gcstub/d >> $G/.release-files.txt