diff options
Diffstat (limited to 'plugins/arm/v7')
-rw-r--r-- | plugins/arm/v7/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/arm/v7/opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/arm/v7/operands/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/arm/v7/registers/Makefile.am | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am index 35b8133..1bf2342 100644 --- a/plugins/arm/v7/Makefile.am +++ b/plugins/arm/v7/Makefile.am @@ -22,8 +22,6 @@ libarmv7_la_LIBADD = \ operands/libarmv7operands.la \ registers/libarmv7registers.la -libarmv7_la_CFLAGS = $(AM_CFLAGS) - devdir = $(includedir)/chrysalide-$(subdir) diff --git a/plugins/arm/v7/opcodes/Makefile.am b/plugins/arm/v7/opcodes/Makefile.am index 3f5b000..13088e6 100644 --- a/plugins/arm/v7/opcodes/Makefile.am +++ b/plugins/arm/v7/opcodes/Makefile.am @@ -15,8 +15,6 @@ libarmv7opcodes_la_SOURCES = $(GENERATED_FILES) libarmv7opcodes_la_LIBADD = -libarmv7opcodes_la_CFLAGS = $(AM_CFLAGS) - devdir = $(includedir)/chrysalide-$(subdir) diff --git a/plugins/arm/v7/operands/Makefile.am b/plugins/arm/v7/operands/Makefile.am index ac08569..e94665b 100644 --- a/plugins/arm/v7/operands/Makefile.am +++ b/plugins/arm/v7/operands/Makefile.am @@ -15,8 +15,6 @@ libarmv7operands_la_SOURCES = \ libarmv7operands_la_LIBADD = -libarmv7operands_la_CFLAGS = $(AM_CFLAGS) - devdir = $(includedir)/chrysalide-$(subdir) diff --git a/plugins/arm/v7/registers/Makefile.am b/plugins/arm/v7/registers/Makefile.am index 49f7f82..46e4baf 100644 --- a/plugins/arm/v7/registers/Makefile.am +++ b/plugins/arm/v7/registers/Makefile.am @@ -10,8 +10,6 @@ libarmv7registers_la_SOURCES = \ libarmv7registers_la_LIBADD = -libarmv7registers_la_CFLAGS = $(AM_CFLAGS) - devdir = $(includedir)/chrysalide-$(subdir) |