From 5f03f57e415f604ac1da819eb6c2b091fe453964 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 1 Jun 2020 12:47:50 -0700 Subject: [PATCH] Added missing backslash to avoid early 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 fe6a174d0..a709ed13e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -357,7 +357,7 @@ hengband_SOURCES = \ realm/realm-death.c realm/realm-death.h \ realm/realm-hex.c realm/realm-hex.h realm/realm-hissatsu.c realm/realm-hissatsu.h \ - realm/realm-life.c realm/realm-life.h + realm/realm-life.c realm/realm-life.h \ realm/realm-names-table.c realm/realm-names-table.h \ realm/realm-nature.c realm/realm-nature.h \ realm/realm-song.c realm/realm-song.h \ -- 2.11.0