From 2aa6d406ef5d00a18594b968c355345032786784 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 16:08:14 +0000 Subject: 2006-10-15 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * Makefrag.am (include_mach_exec): Rename to `include_mach_eXec'. --- ChangeLog | 2 ++ Makefrag.am | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54fe165..0910155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ [task #5956 --- ``Automake'ify GNU Mach's code base''] + * Makefrag.am (include_mach_exec): Rename to `include_mach_eXec'. + * Makefile.in: New file, generated by `autoreconf'. * config.h.in: Likewise. * configure: Updated file, generated by `autoreconf'. diff --git a/Makefrag.am b/Makefrag.am index 017d59c..4c28904 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -225,8 +225,9 @@ include_mach_HEADERS = \ include/mach/vm_statistics.h \ include/mach/inline.h -include_mach_execdir = $(includedir)/mach/exec -include_mach_exec_HEADERS = \ +# If we name this `*_execdir', Automake won't add it to `install-data'... +include_mach_eXecdir = $(includedir)/mach/exec +include_mach_eXec_HEADERS = \ include/mach/exec/a.out.h \ include/mach/exec/elf.h \ include/mach/exec/exec.h -- cgit v1.2.3