From: Emil Velikov Date: Fri, 27 May 2016 14:35:29 +0000 (+0100) Subject: isl: automake: remove unneeded SUBDIRS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=afc1db739a3fd01436836084494e18df7103873b;p=mesa.git isl: automake: remove unneeded SUBDIRS As we do not include any other subdirs but self, we don't need to set it. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index d371a29c7d1..35423863e9c 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -19,9 +19,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = . - - ISL_GEN_LIBS = \ libisl-gen7.la \ libisl-gen75.la \