diff options
author | Per Bothner <per@bothner.com> | 2001-09-11 18:57:03 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2001-09-11 18:57:03 -0700 |
commit | 1a8a749c2434f9f0dd936b07a11b735694861167 (patch) | |
tree | 7febe96960d6f7b8e19ad1030875febbe41327f9 /boehm-gc/configure.in | |
parent | 4e1a4144d473c9dd073cf57fd273458e2ac69d1d (diff) | |
download | gcc-1a8a749c2434f9f0dd936b07a11b735694861167.tar.gz |
Makefile.am: New file.
* include/Makefile.am: New file. It defines include_HEADERS.
* Makefile.am (SUBDIRS): New macro, set to include.
* configure.in (AC_OUTPUT): Add include/Makefile.
From-SVN: r45555
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index e36cd9023b3..8fc2cdffbec 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -243,7 +243,7 @@ else multilib_arg= fi -AC_OUTPUT(Makefile, [ +AC_OUTPUT(Makefile include/Makefile, [ dnl Put all the -D options in a file. echo "$DEFS" > boehm-cflags |