diff options
author | Emil Velikov <[email protected]> | 2017-03-16 13:55:42 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-16 13:55:42 +0000 |
commit | e6bef50f4c715e1d6d72981dd66fcfdf3092054a (patch) | |
tree | 9e944b6c1d2cb6093e86bb59d429a4efebcc85a2 | |
parent | d2bb0c859062a3bc6ec92b4df7940375cc616b13 (diff) |
i965: automake: remove spurious white space
Unintentionally introduced by yours truly with the i965 compiler move.
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 08391411eb6..246fe41ca97 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -96,4 +96,3 @@ brw_oa_hsw.h: brw_oa.py brw_oa_hsw.xml $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/brw_oa.py --header=$(builddir)/brw_oa_hsw.h --chipset=hsw $(srcdir)/brw_oa_hsw.xml brw_oa_hsw.c: brw_oa.py brw_oa_hsw.xml $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/brw_oa.py --code=$(builddir)/brw_oa_hsw.c --chipset=hsw $(srcdir)/brw_oa_hsw.xml - |