mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:23:36 +03:00
tidy-up: indent, whitespace, #error in make files
Replace invalid C with `#error`. Cherry-picked from #14692 Closes #14997
This commit is contained in:
parent
d83b528a80
commit
0aece8f66d
6 changed files with 13 additions and 14 deletions
|
|
@ -69,13 +69,13 @@ if USE_ZSH_COMPLETION
|
|||
if test -n "$(PERL)"; then \
|
||||
$(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR); \
|
||||
$(INSTALL_DATA) $(ZSH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)/$(ZSH_COMPLETION_FUNCTION_FILENAME) ; \
|
||||
fi
|
||||
fi
|
||||
endif
|
||||
if USE_FISH_COMPLETION
|
||||
if test -n "$(PERL)"; then \
|
||||
$(MKDIR_P) $(DESTDIR)$(FISH_FUNCTIONS_DIR); \
|
||||
$(INSTALL_DATA) $(FISH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(FISH_FUNCTIONS_DIR)/$(FISH_COMPLETION_FUNCTION_FILENAME) ; \
|
||||
fi
|
||||
fi
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue