From c4a161b4a024800d67e847e4b3d24e1976d053c6 Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Thu, 9 Mar 2023 01:31:29 +0100 Subject: build: drop $(all_includes) Drop this mysterious empty variable. No idea where it came from, there is nothing here that would set it. Change-Id: I7f2736366b34e7a15f73fa81ef1d4659ed6e2361 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index de0b643..626aaf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 ## remove line below when OE toolchain is updated to version which include those ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = \ - $(all_includes) \ -I$(top_srcdir)/include \ $(NULL) -- cgit v1.2.3