diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-22 09:05:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-14 11:07:33 +0200 |
commit | 73a2fcea0b4adea6ba342cd7ed1149782c214ae3 (patch) | |
tree | 096ddd19a67c16bf788c3b8743f11de9dd5fba92 /lib/makefile.dj | |
parent | 54b636f14546d3fde9f9c67c3b32701d78563161 (diff) | |
download | curl-73a2fcea0b4adea6ba342cd7ed1149782c214ae3.tar.gz |
includes: remove curl/curlbuild.h and curl/curlrules.h
Rely entirely on curl/system.h now.
Introduced in Aug 2008 with commit 14240e9e109f. Now gone.
Fixes #1456
Diffstat (limited to 'lib/makefile.dj')
-rw-r--r-- | lib/makefile.dj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/makefile.dj b/lib/makefile.dj index 2331afe31..067459d59 100644 --- a/lib/makefile.dj +++ b/lib/makefile.dj @@ -6,7 +6,7 @@ # \___|\___/|_| \_\_____| # # Copyright (C) 2003 - 2008, Gisle Vanem <gvanem@yahoo.no>. -# Copyright (C) 2003 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 2003 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -37,9 +37,6 @@ OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o))) CURL_LIB = libcurl.a -# NOTE: if ../include/curl/curlbuild.h is missing, you're probably building -# this from a git checkout and then you need to run buildconf.bat first. - all: $(OBJ_DIR) curl_config.h $(CURL_LIB) $(CURL_LIB): $(OBJECTS) |