summaryrefslogtreecommitdiffstats
path: root/libcpu
diff options
context:
space:
mode:
Diffstat (limited to 'libcpu')
-rw-r--r--libcpu/ChangeLog5
-rw-r--r--libcpu/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog
index 76340a13..ef9e7e51 100644
--- a/libcpu/ChangeLog
+++ b/libcpu/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-24 Mark Wielaard <[email protected]>
+
+ * Makefile.am (CLEANFILES): Move %_dis.h to...
+ (MAINTAINERCLEANFILES): here.
+
2012-01-21 Ulrich Drepper <[email protected]>
* i386_disasm.c (ADD_NSTRING): Define.
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am
index 7dd25610..d740aea2 100644
--- a/libcpu/Makefile.am
+++ b/libcpu/Makefile.am
@@ -72,4 +72,5 @@ i386_parse.h: i386_parse.c ;
EXTRA_DIST = defs/i386
-CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics $P_dis.h)
+CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics)
+MAINTAINERCLEANFILES = $(foreach P,i386 x86_64, $P_dis.h)