Small NetWare makefile tweak.

This commit is contained in:
Guenter Knauf 2012-07-11 11:54:49 +02:00
parent f9dfd7e4b7
commit d4bade7a4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 $< > $@