Message ID | 1506520028-14609-1-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Sep 27, 2017 at 04:47:08PM +0300, Petri Latvala wrote: > Adding LIBDRM_INTEL_BENCHMARKS into benchmarks_PROGRAMS had a tab > before the assignment, making the line be inserted into the Makefile > as is instead of being evaluated by automake. > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index 5c2cd19d..cab087e7 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -3,7 +3,7 @@ include Makefile.sources benchmarks_PROGRAMS = $(benchmarks_prog_list) if HAVE_LIBDRM_INTEL - benchmarks_PROGRAMS += $(LIBDRM_INTEL_BENCHMARKS) +benchmarks_PROGRAMS += $(LIBDRM_INTEL_BENCHMARKS) endif AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
Adding LIBDRM_INTEL_BENCHMARKS into benchmarks_PROGRAMS had a tab before the assignment, making the line be inserted into the Makefile as is instead of being evaluated by automake. Signed-off-by: Petri Latvala <petri.latvala@intel.com> --- benchmarks/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)