mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Small NetWare makefile tweak.
This commit is contained in:
parent
f9dfd7e4b7
commit
d4bade7a4e
@ -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 $< > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user