From 856ba4c6c6b38622b455a0762a45c56f9515afd4 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 28 Jan 2007 15:07:53 +0000 Subject: force to create ca-bunde.h even if it exists already. --- lib/Makefile.netware | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 3621ebda7..726c2c952 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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) -- cgit v1.2.3