diff options
Diffstat (limited to 'plugins/arm/v7')
-rw-r--r-- | plugins/arm/v7/opcodes/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/arm/v7/opcodes/Makefile.am b/plugins/arm/v7/opcodes/Makefile.am index 13088e6..19c98c1 100644 --- a/plugins/arm/v7/opcodes/Makefile.am +++ b/plugins/arm/v7/opcodes/Makefile.am @@ -28,5 +28,8 @@ AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) -I$(top_srcdir) CLEANFILES = $(GENERATED_FILES) +dist-hook: + cd $(distdir) && rm -f $(CLEANFILES) -EXTRA_DIST = opcodes_tmp_arm.h opcodes_tmp_simd.h opcodes_tmp_thumb_16.h opcodes_tmp_thumb_32.h + +EXTRA_DIST = opcodes_tmp_arm.h opcodes_tmp_thumb_16.h opcodes_tmp_thumb_32.h |