mirror of
https://github.com/curl/curl.git
synced 2026-06-08 16:54:16 +03:00
am simplify
This commit is contained in:
parent
fbb5c18bb6
commit
04d41da24b
1 changed files with 1 additions and 3 deletions
|
|
@ -166,9 +166,7 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP)
|
|||
endif
|
||||
else # PERL
|
||||
$(HUGE):
|
||||
(if test -f "$(srcdir)/$(HUGE)"; then \
|
||||
cp -p "$(srcdir)/$(HUGE)" .; \
|
||||
else \
|
||||
(if test ! -f "$(srcdir)/$(HUGE)"; then \
|
||||
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
|
||||
echo '#include "tool_hugehelp.h"' >> $(HUGE); \
|
||||
echo 'void hugehelp(void) {}' >> $(HUGE); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue