Minor fixes to MinGW makefiles.
authorGuenter Knauf <lists@gknw.net>
Thu, 12 Jul 2012 12:15:58 +0000 (14:15 +0200)
committerGuenter Knauf <lists@gknw.net>
Thu, 12 Jul 2012 12:15:58 +0000 (14:15 +0200)
lib/Makefile.m32
src/Makefile.m32

index 5ee2ba7..d7f8de8 100644 (file)
@@ -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)
index 1c7cbb2..2008a20 100644 (file)
@@ -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 $@