1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Gunter Knauf 2007-01-28 15:07:53 +00:00
parent b3e23373bd
commit 856ba4c6c6

View File

@ -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)