summaryrefslogtreecommitdiff
path: root/m4/as.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-10-10 15:52:02 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-10-10 15:52:02 +0000
commit8e1923fe4f8d29216ecfdf4b4e7db0239d4c3715 (patch)
tree4f5004a28483a7d281d167cb90ef92d83cde582e /m4/as.m4
parentee0d3a5233e53d46323cc2ba8cc5bf74f1679375 (diff)
downloadautomake-8e1923fe4f8d29216ecfdf4b4e7db0239d4c3715.tar.gz
* m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.
* automake.in (cppasm): Use the dependency tracking more for CCAS. * doc/automake.texi (Assembly Support): Note that *.S are preprocessed with CPPFLAGS.
Diffstat (limited to 'm4/as.m4')
-rw-r--r--m4/as.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/as.m4 b/m4/as.m4
index 8c043fca7..ac66df104 100644
--- a/m4/as.m4
+++ b/m4/as.m4
@@ -28,4 +28,5 @@ test "${CCAS+set}" = set || CCAS=$CC
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
+_AM_DEPENDENCIES([CCAS])
])