From e1eb47375e59c6cdf00149b844f8fa8ebb51b5c7 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 20 Aug 2020 13:47:27 -0700 Subject: [PATCH] Added escape for newline to avoid truncation of the list of source files. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 62c8cb7ab..fb7e1f9b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -818,7 +818,7 @@ hengband_SOURCES = \ system/gamevalue.h \ \ target/grid-selector.c target/grid-selector.h \ - target/projection-path-calculator.c target/projection-path-calculator.h + target/projection-path-calculator.c target/projection-path-calculator.h \ target/target-checker.c target/target-checker.h \ target/target-describer.c target/target-describer.h \ target/target-getter.c target/target-getter.h \ -- 2.11.0