force to create ca-bunde.h even if it exists already.
authorGunter Knauf <gk@gknw.de>
Sun, 28 Jan 2007 15:07:53 +0000 (15:07 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 28 Jan 2007 15:07:53 +0000 (15:07 +0000)
lib/Makefile.netware

index 3621ebd..726c2c9 100644 (file)
@@ -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)