force to create ca-bunde.h even if it exists already.
This commit is contained in:
@@ -427,15 +427,15 @@ ifdef OLD_NOVELLSDK
|
|||||||
@echo $(DL)#define socklen_t int$(DL) >> $@
|
@echo $(DL)#define socklen_t int$(DL) >> $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ca-bundle.h: Makefile.netware
|
FORCE: ;
|
||||||
|
|
||||||
|
ca-bundle.h: FORCE Makefile.netware
|
||||||
@echo Creating $@
|
@echo Creating $@
|
||||||
@echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
|
@echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
|
||||||
@echo $(DL)** All your changes will be lost!!$(DL) >> $@
|
@echo $(DL)** All your changes will be lost!!$(DL) >> $@
|
||||||
@echo $(DL)*/$(DL) >> $@
|
@echo $(DL)*/$(DL) >> $@
|
||||||
@echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
|
@echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
|
||||||
|
|
||||||
url.c: ca-bundle.h
|
|
||||||
|
|
||||||
info: $(OBJDIR)/version.inc
|
info: $(OBJDIR)/version.inc
|
||||||
@echo Configured to build $(TARGET) with these options:
|
@echo Configured to build $(TARGET) with these options:
|
||||||
@echo curl version: $(LIBCURL_VERSION_STR)
|
@echo curl version: $(LIBCURL_VERSION_STR)
|
||||||
|
|||||||
Reference in New Issue
Block a user