diff options
| author | Dmitry V. Levin <[email protected]> | 2020-12-11 03:27:24 +0300 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2020-12-11 12:25:29 +0100 |
| commit | ff38afe74aec87efbb98d54d3eec60e9babe11ce (patch) | |
| tree | ea43480671a4c799be2cc74596c6a6788cff8173 /libasm | |
| parent | 3bf41d458fb6f78260e71ff318adf50e1afe4bb3 (diff) | |
Remove unused Makefile variable GCC_INCLUDE
It appears to be unused since the first commit in the revision history.
Signed-off-by: Dmitry V. Levin <[email protected]>
Diffstat (limited to 'libasm')
| -rw-r--r-- | libasm/ChangeLog | 4 | ||||
| -rw-r--r-- | libasm/Makefile.am | 1 |
2 files changed, 4 insertions, 1 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 <[email protected]> + + * Makefile.am (GCC_INCLUDE): Remove. + 2020-12-09 Dmitry V. Levin <[email protected]> * 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 |
