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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-03-01 07:36:27 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-18 03:38:17 +0300
commitd88cbd0e7c48c631106871a87ff0f4f39b5743b7 (patch)
treeba27d794ad540a0633890b0b216a329d7ff9a0ed /newlib/acinclude.m4
parent48c9ef67807f3809c06416d621ae152dd32afd52 (diff)
newlib: enable automatic dependency generation
This was disabled as part of the migration away from the cygnus option as that implied no-dependencies. We currently have 1-to-1 updates enabled -- if you touch a .c file, the corresponding .o file will be rebuilt. But if you touch a header file, none of the files using that get rebuilt.
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 424460dc7..9e4834987 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -114,7 +114,7 @@ AC_SUBST(abs_newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist no-define subdir-objects 1.15.1])
+AM_INIT_AUTOMAKE([foreign no-installinfo no-dist no-define subdir-objects 1.15.1])
AM_MAINTAINER_MODE
AM_SILENT_RULES(yes)