From 3f96b7827b18be5fb0050af17663337a4fc56234 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 10:44:25 +0100 Subject: update to current state --- lib/makefile.dj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/makefile.dj') diff --git a/lib/makefile.dj b/lib/makefile.dj index 594fff0fb..90faf3371 100644 --- a/lib/makefile.dj +++ b/lib/makefile.dj @@ -2,7 +2,6 @@ # Adapted for djgpp2 / Watt-32 / DOS by # Gisle Vanem # -# $Id$ DEPEND_PREREQ = curl_config.h TOPDIR = .. @@ -15,7 +14,7 @@ OBJECTS := $(patsubst %.c,$(OBJ_DIR)/%.o,$(strip $(CSOURCES))) CURL_LIB = libcurl.a # 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. +# this from a git checkout and then you need to run buildconf.bat first. all: $(OBJ_DIR) curl_config.h $(CURL_LIB) -- cgit v1.2.3