aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-07-18 08:15:27 +0000
committerMatthias Klose <doko@gcc.gnu.org>2008-07-18 08:15:27 +0000
commit785fad0ad840db2ec95b035f4216e5ff443b2241 (patch)
treeeac764c9f401c3839e3baefd9b522cc888310b89 /boehm-gc/configure.ac
parentc55cffb5558986ddf4fcd2dfbd4c73a2eaad5b6e (diff)
downloadgcc-785fad0ad840db2ec95b035f4216e5ff443b2241.zip
gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.tar.gz
gcc-785fad0ad840db2ec95b035f4216e5ff443b2241.tar.bz2
configure.ac (AC_CONFIG_FILES): Add threads.mk.
boehm-gc/ 2008-07-18 Matthias Klose <doko@ubuntu.com> * configure.ac (AC_CONFIG_FILES): Add threads.mk. * threads.mk.in: New. * Makefile.in, configure: Regenerate. libobjc/ 2008-07-18 Matthias Klose <doko@ubuntu.com> * Makefile.in: Include ../boehm-gc/threads.mk. (OBJC_BOEHM_GC_LIBS): Define, (libobjc_gc$(libsuffix).la): Use it. From-SVN: r137939
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r--boehm-gc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac
index 29331e6..326a051 100644
--- a/boehm-gc/configure.ac
+++ b/boehm-gc/configure.ac
@@ -547,5 +547,5 @@ fi
AC_CONFIG_HEADERS([include/gc_config.h include/gc_ext_config.h])
-AC_CONFIG_FILES(Makefile include/Makefile)
+AC_CONFIG_FILES(Makefile include/Makefile threads.mk)
AC_OUTPUT