mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
fix a typo that causes parallel makes to break on libqfnet
This commit is contained in:
parent
55332363ae
commit
cb6391e594
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ endif
|
||||||
nq_server_LDFLAGS= $(common_ldflags)
|
nq_server_LDFLAGS= $(common_ldflags)
|
||||||
nq_server_SOURCES= $(common_sources) $(server_sources) $(ded_sources)
|
nq_server_SOURCES= $(common_sources) $(server_sources) $(ded_sources)
|
||||||
nq_server_LDADD= $(server_LIBS)
|
nq_server_LDADD= $(server_LIBS)
|
||||||
nq_server_DEPENDENCIES= $(server_LIB_DEPSS)
|
nq_server_DEPENDENCIES= $(server_LIB_DEPS)
|
||||||
|
|
||||||
# Stuff that doesn't get linked into an executable NEEDS to be mentioned here,
|
# Stuff that doesn't get linked into an executable NEEDS to be mentioned here,
|
||||||
# or it won't be distributed with 'make dist'
|
# or it won't be distributed with 'make dist'
|
||||||
|
|
Loading…
Reference in a new issue