mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +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
|
|
@ -379,8 +379,8 @@ install: $(INSTDIR) all
|
|||
@$(CP) $(TARGET).nlm $(INSTDIR)
|
||||
|
||||
clean:
|
||||
ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs"
|
||||
-$(RM) hugehelp.c
|
||||
ifeq "$(wildcard tool_hugehelp.c.cvs)" "tool_hugehelp.c.cvs"
|
||||
-$(RM) tool_hugehelp.c
|
||||
endif
|
||||
-$(RM) -r $(OBJDIR)
|
||||
|
||||
|
|
@ -488,9 +488,9 @@ endif
|
|||
@echo $(DL)output $(TARGET).nlm$(DL) >> $@
|
||||
endif
|
||||
|
||||
hugehelp.c:
|
||||
tool_hugehelp.c:
|
||||
@echo Creating $@
|
||||
@$(CP) hugehelp.c.cvs $@
|
||||
@$(CP) tool_hugehelp.c.cvs $@
|
||||
|
||||
$(LIBCARES_PATH)/libcares.$(LIBEXT):
|
||||
$(MAKE) -C $(LIBCARES_PATH) -f Makefile.netware lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue