summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-04 13:20:09 +1200
committerOlly Betts <olly@survex.com>2023-05-04 13:21:04 +1200
commit00f93d62db582792a1c57bdee34dfc5425bc5510 (patch)
tree42e20e53b52923e63f1798414c97e82fbf422416
parentece7ba0218416162c8ac27871340f5f9b6147876 (diff)
downloadswig-00f93d62db582792a1c57bdee34dfc5425bc5510.tar.gz
[D] Stop generating Examples/d/example.mk
We no longer need to now we've dropped D1 support.
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 307def526..56c4ad819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,7 +68,6 @@ CCache/config.log
CCache/config.status
CCache/config_win32.h
Examples/Makefile
-Examples/d/example.mk
Examples/guile/Makefile
Examples/test-suite/*/Makefile
Examples/xml/Makefile
diff --git a/configure.ac b/configure.ac
index 9fa4f50b5..e41480f40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2803,7 +2803,6 @@ AC_SUBST(SWIG_LIB_SET)
AC_CONFIG_FILES([
Makefile
Examples/Makefile
- Examples/d/example.mk
Examples/xml/Makefile
Examples/test-suite/errors/Makefile
Examples/test-suite/csharp/Makefile