From fbb5c18bb6ebddbd19762dafd4859bf39cf43985 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 11:16:45 +0200 Subject: [PATCH] replace literals with HUGE --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4146f51e3e..61c2c02a90 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,8 +166,8 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP) endif else # PERL $(HUGE): - (if test -f "$(srcdir)/tool_hugehelp.c"; then \ - cp -p "$(srcdir)/tool_hugehelp.c" .; \ + (if test -f "$(srcdir)/$(HUGE)"; then \ + cp -p "$(srcdir)/$(HUGE)" .; \ else \ echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \ echo '#include "tool_hugehelp.h"' >> $(HUGE); \