diff options
-rw-r--r-- | Makefile.correct_output_files_for_.S_files.patch | 18 |
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: |