diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-12 01:57:03 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-12 01:57:03 +0000 |
commit | 1cf12db400dfef77434ae5122d430e982c42a6fa (patch) | |
tree | 7febe96960d6f7b8e19ad1030875febbe41327f9 /boehm-gc/Makefile.am | |
parent | 26c8b134d0d600058543e045c95ef9c6df068f3f (diff) | |
download | gcc-1cf12db400dfef77434ae5122d430e982c42a6fa.tar.gz |
* include/Makefile.am: New file. It defines include_HEADERS.
* Makefile.am (SUBDIRS): New macro, set to include.
* configure.in (AC_OUTPUT): Add include/Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 0949ed8a373..da89343dd83 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -6,6 +6,8 @@ AUTOMAKE_OPTIONS = cygnus +SUBDIRS = include + # Multilib support variables. MULTISRCTOP = MULTIBUILDTOP = |