pipe-loader: reorder PIPE_LIBS
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 31 Mar 2014 12:05:14 +0000 (13:05 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 31 Mar 2014 12:05:36 +0000 (13:05 +0100)
Reorder -lm, -lrt, -lpthreads and -ldl to be consistent with the
rest of mesa.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/pipe-loader/Makefile.am

index ef11104..6e78a75 100644 (file)
@@ -40,10 +40,10 @@ PIPE_LIBS = \
        $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
        $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
        $(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \
-       $(DLOPEN_LIBS) \
+       -lm \
        $(CLOCK_LIB) \
        $(PTHREAD_LIBS) \
-       -lm
+       $(DLOPEN_LIBS)
 
 AM_LDFLAGS = \
        -module \