mirror of
https://github.com/curl/curl.git
synced 2026-06-08 16:34:14 +03:00
replace literals with HUGE
This commit is contained in:
parent
c6b00190f2
commit
fbb5c18bb6
1 changed files with 2 additions and 2 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue