aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-28 15:07:53 +0000
committerGunter Knauf <gk@gknw.de>2007-01-28 15:07:53 +0000
commit856ba4c6c6b38622b455a0762a45c56f9515afd4 (patch)
tree9de03810a5933768844332069128733b9320bc06
parentb3e23373bdf886d11360c04801f6633a646055a5 (diff)
force to create ca-bunde.h even if it exists already.
-rw-r--r--lib/Makefile.netware6
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)