From: Matt Turner Date: Mon, 24 Sep 2012 21:30:21 +0000 (-0700) Subject: build: Order src/Makefile correctly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63c3a051cd8c9de665fd2d1af61eee89e4c66537;p=mesa.git build: Order src/Makefile correctly --- diff --git a/configure.ac b/configure.ac index 0e66823e773..f96cffcfcb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1963,6 +1963,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS" dnl Substitute the config AC_CONFIG_FILES([configs/current Makefile + src/Makefile src/egl/Makefile src/egl/drivers/Makefile src/egl/drivers/dri2/Makefile @@ -1988,7 +1989,6 @@ AC_CONFIG_FILES([configs/current src/glx/Makefile src/glx/tests/Makefile src/gtest/Makefile - src/Makefile src/mapi/es1api/Makefile src/mapi/es1api/glesv1_cm.pc src/mapi/es2api/Makefile