Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-09-14 11:00:23 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-09-14 11:00:23 +0400
commitb63547583b98a3402f67e69d87ac77eb64b7c07e (patch)
tree974ace2d12acfe78e822a62a7a5960236b16cf02 /Makefile.am
parent3c7a330d5b971cf4757368c46f7af4cd0546bfec (diff)
Delete configure.host (move its content to configure.ac).
* Makefile.am (dist_noinst_SCRIPTS): Remove configure.host. * Makefile.direct (GNU_BUILD_FILES): Likewise. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove. * configure.ac: Put the content of configure.host instead of including it. * configure.host: Remove file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index f0e465c5..2e43971e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,9 +146,8 @@ endif
CCASFLAGS += $(DEFS)
-dist_noinst_SCRIPTS = callprocs configure.host
- ## callprocs --- used by Makefile.{dj,direct}
- ## configure.host --- used by Makefile.{am,dj,direct}
+dist_noinst_SCRIPTS = callprocs
+ ## callprocs --- used by Makefile.direct
# headers which are not installed
# (see include/include.am for more)
@@ -176,10 +175,6 @@ EXTRA_DIST += tools/add_gc_prefix.c tools/gcname.c tools/if_mach.c \
Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
include/private/msvc_dbg.h extra/msvc_dbg.c
-# this is an auxiliary shell file used by Makefile and Makefile.direct
-#
-CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
-
#
# :GOTCHA: GNU make rule for making .s out of .S is flawed,
# it will not remove dest if building fails