From ae2a2c99317a611b5b6a4780df1a907a241de91b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 26 Dec 2012 23:30:54 +0100 Subject: curl tool: renaming hugehelp files to tool_hugehelp --- src/Makefile.b32 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/Makefile.b32') diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 29d30dfeb..804ac6d14 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -86,7 +86,7 @@ OBJECTS = $(CSOURCES:.c=.obj) .c.obj: $(CC_CMD) $(CC_FLAGS) $(INCDIRS) $(DEFINES) -o$@ $< -all: $(OBJDIR) hugehelp $(PROGNAME) +all: $(OBJDIR) tool_hugehelp $(PROGNAME) clean: cd $(OBJDIR) @@ -101,13 +101,13 @@ $(OBJDIR): @-$(MKDIR) $(OBJDIR) !ifdef WITH_ZLIB -hugehelp: ..\docs\MANUAL ..\docs\curl.1 mkhelp.pl - groff -Tascii -man -P -c ../docs/curl.1 > hugehelp.tmp - perl -w mkhelp.pl -c ../docs/MANUAL < hugehelp.tmp > hugehelp.c - @-$(RM) hugehelp.tmp +tool_hugehelp: ..\docs\MANUAL ..\docs\curl.1 mkhelp.pl + groff -Tascii -man -P -c ../docs/curl.1 > tool_hugehelp.tmp + perl -w mkhelp.pl -c ../docs/MANUAL < tool_hugehelp.tmp > tool_hugehelp.c + @-$(RM) tool_hugehelp.tmp !else -hugehelp: - $(COPY) hugehelp.c.cvs hugehelp.c +tool_hugehelp: + $(COPY) tool_hugehelp.c.cvs tool_hugehelp.c !endif $(PROGNAME): $(OBJECTS) $(LIBCURL_LIB) $(LINKLIB) -- cgit v1.2.3