Commit 856ba4c6 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

force to create ca-bunde.h even if it exists already.

parent b3e23373
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -427,15 +427,15 @@ ifdef OLD_NOVELLSDK
	@echo $(DL)#define socklen_t int$(DL) >> $@
endif

ca-bundle.h: Makefile.netware
FORCE: ;

ca-bundle.h: FORCE Makefile.netware
	@echo Creating $@
	@echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
	@echo $(DL)** All your changes will be lost!!$(DL) >> $@
	@echo $(DL)*/$(DL) >> $@
	@echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@

url.c: ca-bundle.h

info: $(OBJDIR)/version.inc
	@echo Configured to build $(TARGET) with these options:
	@echo curl version:    $(LIBCURL_VERSION_STR)