mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 10:21:21 +00:00
Refer to local libs without a path.
I'm sure I've been here before... Anyway, using $(top_builddir)/... to refer to a local lib confuses make and breaks parallel builds.
This commit is contained in:
parent
9fbff2f4d5
commit
8ecf74753c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ EXTRA_LTLIBRARIES= libQFsound.la libQFcd.la \
|
|||
cd_plug_libs=$(top_builddir)/libs/util/libQFutil.la
|
||||
|
||||
cd_file_libs= \
|
||||
$(top_builddir)/libs/audio/libQFsound.la \
|
||||
libQFsound.la \
|
||||
$(cd_plug_libs)
|
||||
|
||||
cd_file_la_LDFLAGS= $(plugin_ldflags)
|
||||
|
|
Loading…
Reference in a new issue