From 6c84dc2263da29bffb2ad7371291772460921f7d Mon Sep 17 00:00:00 2001 From: Paul Backus Date: Mon, 1 Jun 2020 10:42:39 -0400 Subject: [PATCH] Fix tag generation on posix --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index b0128b8a457a..d8deb9a8eb00 100644 --- a/posix.mak +++ b/posix.mak @@ -1,6 +1,6 @@ INSTALL_DIR=$(PWD)/../install ECTAGS_LANGS = Make,C,C++,D,Sh -ECTAGS_FILES = src/*.[chd] src/backend/*.[chd] src/root/*.[chd] src/tk/*.[chd] +ECTAGS_FILES = src/dmd/*.[chd] src/dmd/backend/*.[chd] src/dmd/root/*.[chd] .PHONY: all clean test install auto-tester-build auto-tester-test toolchain-info