the makefile cannot depend on it
CURL_LIB = libcurl.a
-all: $(OBJ_DIR) ../include/curl/curlbuild.h config.h $(CURL_LIB)
+# NOTE: if ../include/curl/curlbuild.h is missing, you're probably building this
+# from a CVS checkout and then you need to run buildconf.bat first!
+
+all: $(OBJ_DIR) config.h $(CURL_LIB)
$(CURL_LIB): $(OBJECTS)
ar rs $@ $?
config.h: config.dos
cp $^ $@
-../include/curl/curlbuild.h: ../include/curl/curlbuild.h.dist
- cp $^ $@
-
clean:
- rm -f $(OBJECTS)