Removed the generated ca-bundle.h file. The verbatim value of $ca and
[platform/upstream/curl.git] / lib / Makefile.m32
index d8131c7..6fd8b9b 100644 (file)
@@ -113,7 +113,7 @@ RESOURCE = libcurl.res
 
 .SUFFIXES: .rc .res
 
-all: ca-bundle.h $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY)
+all: $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY)
 
 $(libcurl_a_LIBRARY): $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)
        -$(RM) $@
@@ -135,18 +135,13 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
        $(RC) $(RCFLAGS) $< -o $@
 
 clean:
-       -$(RM) $(libcurl_a_OBJECTS) $(RESOURCE) ca-bundle.h
+       -$(RM) $(libcurl_a_OBJECTS) $(RESOURCE)
 
 distrib: clean
        -$(RM) $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) $(libcurl_dll_a_LIBRARY)
 
 FORCE: ;
 
-ca-bundle.h: FORCE Makefile.m32
-       @echo Creating $@
-       @echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
-       @echo $(DL)*/$(DL) >> $@
-
 $(ARES_LIB)/libcares.a:
        $(MAKE) -C $(ARES_LIB) -f Makefile.m32