Re: [PATCH xf86-video-sis] Minor adjustment to the compilation order

2018-08-27 Thread Emil Velikov
Hi Kevin,

Jfyi: the original seems to align with $LC_ALL=C ls | sort
Must admit that sorting tends to be a bit annoying, so personally I
try to stick with the command ;-)

HTH
Emil
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH xf86-video-sis] Minor adjustment to the compilation order

2018-07-11 Thread Kevin Brace
Signed-off-by: Kevin Brace 
---
 src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 52523a9..3b7d7d7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,16 +32,17 @@ sis_drv_la_SOURCES = \
  300vtbl.h \
  310vtbl.h \
  compat-api.h \
+ init.c \
+ init.h \
  init301.c \
  init301.h \
- init.c \
  initdef.h \
  initextx.c \
  initextx.h \
- init.h \
  oem300.h \
  oem310.h \
  osdef.h \
+ sis.h \
  sis300_accel.c \
  sis300_accel.h \
  sis310_accel.c \
@@ -58,7 +59,6 @@ sis_drv_la_SOURCES = \
  sis_dga.c \
  sis_driver.c \
  sis_driver.h \
- sis.h \
  sis_memcpy.c \
  sis_opt.c \
  sis_regs.h \
-- 
2.7.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel