mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
Fix parallel make in r300 driver.
This commit is contained in:
parent
906fd23e1d
commit
d44027dbbd
1 changed files with 4 additions and 2 deletions
|
|
@ -90,9 +90,11 @@ COMMON_SYMLINKS = \
|
|||
|
||||
include ../Makefile.template
|
||||
|
||||
$(SYMLINKS):
|
||||
server:
|
||||
mkdir -p server
|
||||
for i in $(SYMLINKS) ; do rm -f $$i && test -f ../radeon/$$i && ln -s ../../radeon/$$i $$i ; done
|
||||
|
||||
$(SYMLINKS): server
|
||||
@[ -e $@ ] || ln -sf ../../radeon/$@ server/
|
||||
|
||||
$(COMMON_SYMLINKS):
|
||||
@[ -e $@ ] || ln -sf ../radeon/$@ ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue