From 67baeed0da217c3e64e88e85591d9695c8798f79 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 27 Dec 2004 23:42:44 +0000 Subject: [PATCH] - use output_flag for CCASCOMPILE; seems to fix .S-in-subdir problem found in inkscape Changed files: automake-CCASCOMPILE-output.patch -> 1.1 --- automake-CCASCOMPILE-output.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 automake-CCASCOMPILE-output.patch diff --git a/automake-CCASCOMPILE-output.patch b/automake-CCASCOMPILE-output.patch new file mode 100644 index 0000000..79fbefd --- /dev/null +++ b/automake-CCASCOMPILE-output.patch @@ -0,0 +1,10 @@ +--- automake-1.9.4/automake.in.orig 2004-12-28 00:41:30.657832000 +0100 ++++ automake-1.9.4/automake.in 2004-12-28 00:42:23.809752432 +0100 +@@ -785,6 +785,7 @@ + 'compile' => '$(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)', + 'compiler' => 'CCASCOMPILE', + 'compile_flag' => '-c', ++ 'output_flag' => '-o', + 'extensions' => ['.s', '.S'], + + # With assembly we still use the C linker. -- 2.44.0