mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Minor fixes to MinGW makefiles.
This commit is contained in:
parent
b7298e49ae
commit
a39789c85c
@ -67,7 +67,7 @@ AR = $(CROSSPREFIX)ar
|
||||
RANLIB = $(CROSSPREFIX)ranlib
|
||||
RC = $(CROSSPREFIX)windres
|
||||
RCFLAGS = --include-dir=$(PROOT)/include -DDEBUGBUILD=0 -O COFF -i
|
||||
STRIP = strip -g
|
||||
STRIP = $(CROSSPREFIX)strip -g
|
||||
|
||||
# Platform-dependent helper tool macros
|
||||
ifeq ($(findstring /sh,$(SHELL)),/sh)
|
||||
|
@ -268,9 +268,9 @@ curl.exe: $(RESOURCE) $(curl_OBJECTS) $(curl_DEPENDENCIES)
|
||||
$(CC) $(LDFLAGS) -o $@ $< $(curl_OBJECTS) $(curl_LDADD)
|
||||
|
||||
# We don't have nroff normally under win32
|
||||
# hugehelp.c: $(PROOT)/README.curl $(PROOT)/curl.1 mkhelp.pl
|
||||
# -$(RM) hugehelp.c
|
||||
# $(NROFF) -man $(PROOT)/curl.1 | $(PERL) mkhelp.pl $(PROOT)/README.curl > hugehelp.c
|
||||
# hugehelp.c: $(PROOT)/docs/MANUAL $(PROOT)/docs/curl.1 mkhelp.pl
|
||||
# @$(call DEL, hugehelp.c)
|
||||
# $(NROFF) -man $(PROOT)/docs/curl.1 | $(PERL) mkhelp.pl $(PROOT)/docs/MANUAL > hugehelp.c
|
||||
|
||||
hugehelp.c:
|
||||
@echo Creating $@
|
||||
|
Loading…
Reference in New Issue
Block a user