summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-17 10:09:25 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:20 +0200
commit20eb4451c9f0e4a388c38684508610f93e583549 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentb8517bab0a34874dfe13b95f2c681667b2b3cbd2 (diff)
2008-11-17 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac: Require GNU Automake 1.10.1. * Makefile.am: Adapt. * Makefile.correct_output_files_for_.S_files.patch: Remove.
-rw-r--r--Makefile.correct_output_files_for_.S_files.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.correct_output_files_for_.S_files.patch b/Makefile.correct_output_files_for_.S_files.patch
deleted file mode 100644
index eb0c365..0000000
--- a/Makefile.correct_output_files_for_.S_files.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.save 2006-10-09 23:43:54.000000000 +0200
-+++ Makefile 2006-10-09 23:57:00.000000000 +0200
-@@ -1864,6 +1864,6 @@
- $(SHELL) ./config.status;; \
- *) \
-- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ frob_Makefile_for_correct_output_files_for_.S_files $(am__depfiles_maybe)'; \
-+ cd $(top_builddir) && $(SHELL) ./config.status $@ frob_Makefile_for_correct_output_files_for_.S_files $(am__depfiles_maybe);; \
- esac;
-
-@@ -3520,5 +3520,5 @@
-
- .S.o:
-- $(CCASCOMPILE) -c $<
-+ $(CCASCOMPILE) -c -o $@ $<
-
- .S.obj: