It appears to be unused since the first commit in the revision history. Signed-off-by: Dmitry V. Levin <l...@altlinux.org> --- libasm/ChangeLog | 4 ++++ libasm/Makefile.am | 1 - libelf/ChangeLog | 4 ++++ libelf/Makefile.am | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libasm/ChangeLog b/libasm/ChangeLog index 1684688b..6268b26c 100644 --- a/libasm/ChangeLog +++ b/libasm/ChangeLog @@ -1,3 +1,7 @@ +2020-12-11 Dmitry V. Levin <l...@altlinux.org> + + * Makefile.am (GCC_INCLUDE): Remove. + 2020-12-09 Dmitry V. Levin <l...@altlinux.org> * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA. diff --git a/libasm/Makefile.am b/libasm/Makefile.am index 7eba81f9..c2b54811 100644 --- a/libasm/Makefile.am +++ b/libasm/Makefile.am @@ -30,7 +30,6 @@ include $(top_srcdir)/config/eu.am AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw -I$(top_srcdir)/libdwelf -GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) VERSION = 1 lib_LIBRARIES = libasm.a diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 79c1a86c..38c0162a 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2020-12-11 Dmitry V. Levin <l...@altlinux.org> + + * Makefile.am (GCC_INCLUDE): Remove. + 2020-12-09 Dmitry V. Levin <l...@altlinux.org> * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA. diff --git a/libelf/Makefile.am b/libelf/Makefile.am index a5f9eaa4..560ed45f 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/config/eu.am if BUILD_STATIC AM_CFLAGS += $(fpic_CFLAGS) endif -GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) + VERSION = 1 lib_LIBRARIES = libelf.a -- ldv