diff options
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 6 |
1 files 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) |