mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:03:31 +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
|
endif
|
||||||
else # PERL
|
else # PERL
|
||||||
$(HUGE):
|
$(HUGE):
|
||||||
(if test -f "$(srcdir)/tool_hugehelp.c"; then \
|
(if test -f "$(srcdir)/$(HUGE)"; then \
|
||||||
cp -p "$(srcdir)/tool_hugehelp.c" .; \
|
cp -p "$(srcdir)/$(HUGE)" .; \
|
||||||
else \
|
else \
|
||||||
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
|
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
|
||||||
echo '#include "tool_hugehelp.h"' >> $(HUGE); \
|
echo '#include "tool_hugehelp.h"' >> $(HUGE); \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue