mirror of
https://github.com/curl/curl.git
synced 2026-06-08 10:54:16 +03:00
am traditional if expr
This commit is contained in:
parent
291475f38e
commit
930ec9e5c3
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP)
|
|||
endif
|
||||
else # PERL
|
||||
$(HUGE):
|
||||
(if [ -f "$(srcdir)/tool_hugehelp.c" ]; then \
|
||||
(if test -f "$(srcdir)/tool_hugehelp.c"; then \
|
||||
cp -p "$(srcdir)/tool_hugehelp.c" .; \
|
||||
else \
|
||||
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue