diff options
author | mostang.com!davidm <mostang.com!davidm> | 2003-03-19 19:25:18 +0000 |
---|---|---|
committer | mostang.com!davidm <mostang.com!davidm> | 2003-03-19 19:25:18 +0000 |
commit | 836c52dbfbf26c04e2bfdf932e0419036c41bb11 (patch) | |
tree | a492df47db77857eabab531e3446faf8a1a4eba3 /Makefile.am | |
parent | 1a595c496f59e846a5561f34222bfe1eb5607941 (diff) | |
download | libunwind-836c52dbfbf26c04e2bfdf932e0419036c41bb11.tar.gz |
(DISTCLEANFILES): New macro. Mention libunwind.h and tdep.h to ensure they get
cleaned for "distclean". Reported by Matthieu Delahaye.
(Logical change 1.63)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 417d9854..26cbda41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,3 +25,5 @@ EXTRA_DIST = include/internal.h include/mempool.h \ include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h \ include/libunwind-hppa.h include/tdep-hppa.h \ include/libunwind-x86.h include/tdep-x86.h + +DISTCLEANFILES = include/libunwind.h include/tdep.h |