aboutsummaryrefslogtreecommitdiff
path: root/lib/makefile.dj
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 10:44:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 10:44:25 +0100
commit3f96b7827b18be5fb0050af17663337a4fc56234 (patch)
treeb83f4d4caf23fb225821352a77b2e08935bf17b4 /lib/makefile.dj
parent4259d2df7dd95637a4b1e3fb174fe5e5aef81069 (diff)
update to current state
Diffstat (limited to 'lib/makefile.dj')
-rw-r--r--lib/makefile.dj3
1 files changed, 1 insertions, 2 deletions
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 <giva@bgnett.no>
#
-# $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)