summaryrefslogtreecommitdiff
path: root/plugins/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-29 22:16:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-29 22:16:30 (GMT)
commit55bd4a38ab04147c061deb7f40b18e482e9f905f (patch)
tree7e9f40e138583ff3d3c7383a0e447f0cd297d067 /plugins/arm
parentec826257323b853d3171f464fb57d37989715a44 (diff)
Fixed the dist rule in Makefiles.
Diffstat (limited to 'plugins/arm')
-rw-r--r--plugins/arm/v7/opcodes/Makefile.am5
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