From ecea46bcfdf52fb734227f2aa162eeeb303d4285 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 7 Jan 2012 02:27:16 +0100 Subject: [PATCH] Unconditionally add debug.c. Fixes DEBUG build. The file is guarded with DEBUG so this doesn't change anything for non-debug builds. Inspired by patch in #8252 by Urias McCullough. --- src/bin/ctags/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ctags/Jamfile b/src/bin/ctags/Jamfile index 3b789b37df..650d9da0c4 100644 --- a/src/bin/ctags/Jamfile +++ b/src/bin/ctags/Jamfile @@ -15,6 +15,7 @@ BinCommand ctags : beta.c c.c cobol.c + debug.c eiffel.c entry.c erlang.c