From: Gunter Knauf Date: Mon, 5 Jul 2004 13:24:44 +0000 (+0000) Subject: added comment. X-Git-Tag: curl-7_12_1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bbe36725cc3723087d128b24f34c2ad77c0d31;p=thirdparty%2Fcurl.git added comment. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 57920a0c75..d12a582286 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -155,6 +155,7 @@ DL = ' #-include $(NDKBASE)/nlmconv/ncpfs.inc endif +# Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) diff --git a/src/Makefile.netware b/src/Makefile.netware index a79500e3bb..5a84ff40d8 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -145,6 +145,7 @@ DL = ' #-include $(NDKBASE)/nlmconv/ncpfs.inc endif +# Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CURL_SOURCES)))