diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-10-15 16:08:14 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:47 +0200 |
commit | 2aa6d406ef5d00a18594b968c355345032786784 (patch) | |
tree | 40b52594ff9be21339e275608cebd29c78e9352f /Makefrag.am | |
parent | 644870c2dce0f8ebd6d6be394738698241293749 (diff) | |
download | gnumach-2aa6d406ef5d00a18594b968c355345032786784.tar.gz gnumach-2aa6d406ef5d00a18594b968c355345032786784.tar.bz2 gnumach-2aa6d406ef5d00a18594b968c355345032786784.zip |
2006-10-15 Thomas Schwinge <tschwinge@gnu.org>
[task #5956 --- ``Automake'ify GNU Mach's code base'']
* Makefrag.am (include_mach_exec): Rename to `include_mach_eXec'.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefrag.am b/Makefrag.am index 017d59c6..4c289042 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 |