diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-11 11:54:49 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-11 11:54:49 +0200 |
commit | d4bade7a4ee14f1576a838e65323a3f77d765a22 (patch) | |
tree | 8b3e85912905af14df0cf68d8455e4c9ab1f2157 /lib/Makefile.netware | |
parent | f9dfd7e4b7fe6a53deb4fd6debc0d49d1ec841e8 (diff) | |
download | curl-d4bade7a4ee14f1576a838e65323a3f77d765a22.tar.gz |
Small NetWare makefile tweak.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< > $@ |