replace literals with HUGE

This commit is contained in:
Viktor Szakats 2025-08-01 11:16:45 +02:00
parent c6b00190f2
commit fbb5c18bb6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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); \