aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-04-02 03:11:34 +0000
committerGunter Knauf <gk@gknw.de>2008-04-02 03:11:34 +0000
commit16a9c5e02be15c1dde3aa21b3ced5a71c6fae53c (patch)
treef65ccae1d30558c5e974b79f0c7b5c4ab8f80cb2 /docs/examples/Makefile.m32
parentfef1a90938890c0bedf59c4f7a9c75e15fa0a3d1 (diff)
removed unused var.
Diffstat (limited to 'docs/examples/Makefile.m32')
-rw-r--r--docs/examples/Makefile.m321
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32
index 9fec1f42f..470061c4c 100644
--- a/docs/examples/Makefile.m32
+++ b/docs/examples/Makefile.m32
@@ -51,7 +51,6 @@ CP = copy
INCLUDES = -I. -I$(PROOT) -I$(PROOT)/include -I$(PROOT)/lib
LINK = $(CC) $(LDFLAGS) -o $@
-curl_PROGRAMS = curl.exe
ifdef DYN
curl_DEPENDENCIES = $(PROOT)/lib/libcurldll.a $(PROOT)/lib/libcurl.dll
curl_LDADD = -L$(PROOT)/lib -lcurldll