mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
Get rid of non-portable := assignments.
This commit is contained in:
@@ -42,9 +42,9 @@ XORGRELSTRING = @PACKAGE_STRING@
|
||||
XORGMANNAME = X Version 11
|
||||
|
||||
if SUPPORT_G80
|
||||
MAN_SUPPORT_G80 := 1
|
||||
MAN_SUPPORT_G80 = 1
|
||||
else
|
||||
MAN_SUPPORT_G80 := 0
|
||||
MAN_SUPPORT_G80 = 0
|
||||
endif
|
||||
|
||||
MAN_SUBSTS = \
|
||||
|
||||
Reference in New Issue
Block a user