mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:23:36 +03:00
curl tool: renaming hugehelp files to tool_hugehelp
This commit is contained in:
parent
eb5aa12c8b
commit
ae2a2c9931
26 changed files with 89 additions and 86 deletions
|
|
@ -132,7 +132,7 @@ OBJS = $OBJ_DIR\$(OBJS: = $OBJ_DIR\)
|
|||
|
||||
RESOURCE = $(OBJ_DIR)$(DS)curl.res
|
||||
|
||||
all: hugehelp.c $(OBJ_DIR) curl.exe .SYMBOLIC
|
||||
all: tool_hugehelp.c $(OBJ_DIR) curl.exe .SYMBOLIC
|
||||
@echo Welcome to cURL
|
||||
|
||||
clean: .SYMBOLIC
|
||||
|
|
@ -141,13 +141,13 @@ clean: .SYMBOLIC
|
|||
|
||||
vclean distclean: clean .SYMBOLIC
|
||||
-$(RD) $(OBJ_DIR)
|
||||
-$(RM) curl.exe curl.map curl.sym hugehelp.c
|
||||
-$(RM) curl.exe curl.map curl.sym tool_hugehelp.c
|
||||
|
||||
hugehelp.c: hugehelp.c.cvs
|
||||
tool_hugehelp.c: tool_hugehelp.c.cvs
|
||||
$(CP) $[@ $^@
|
||||
|
||||
hugehelp.c.cvs: .EXISTSONLY
|
||||
$(CP) hugehelp.c $^@
|
||||
tool_hugehelp.c.cvs: .EXISTSONLY
|
||||
$(CP) tool_hugehelp.c $^@
|
||||
|
||||
$(OBJ_DIR):
|
||||
-$(MD) $^@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue