mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
Fix a parallel make issue.
This commit is contained in:
parent
20ad50407d
commit
a6d9f5d931
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ fbdev_c= fbset_modes_y.c fbset_modes_l.c
|
|||
fbdev_h= fbset_modes_y.h
|
||||
YFLAGS = -d
|
||||
YACCLEX_CLEANFILES= $(fbdev_c) $(fbdev_h)
|
||||
BUILT_SOURCES= $(fbdev_c) $(fbdev_h)
|
||||
|
||||
fbdev_libs=libvid_common.la
|
||||
libQFfbdev_la_CFLAGS= @PREFER_NON_PIC@
|
||||
|
|
Loading…
Reference in a new issue