From: Guenter Knauf Date: Wed, 11 Jul 2012 09:54:49 +0000 (+0200) Subject: Small NetWare makefile tweak. X-Git-Tag: curl-7_27_0~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4bade7a4ee14f1576a838e65323a3f77d765a22;p=curl Small NetWare makefile tweak. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 0c339ceed..528a061d5 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -330,7 +330,7 @@ $(OBJDIR)/%.o: %.c # @echo Compiling $< $(CC) $(CFLAGS) -c $< -o $@ -$(OBJDIR)/version.inc: ../include/curl/curlver.h $(OBJDIR) +$(OBJDIR)/version.inc: $(CURL_INC)/curl/curlver.h $(OBJDIR) @echo Creating $@ @$(AWK) -f ../packages/NetWare/get_ver.awk $< > $@