fix a typo that causes parallel makes to break on libqfnet

This commit is contained in:
Bill Currie 2001-10-15 16:21:51 +00:00
parent 55332363ae
commit cb6391e594

View file

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