diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-17 10:09:25 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:20 +0200 |
commit | 893feace349c7cb4ce7821b8e8f5ccc7031f8079 (patch) | |
tree | f89c0a27113dad25078696bfe566586e329d2bb7 /Makefile.am | |
parent | a383432958ee5352b37a8219863aabb7c537c9b4 (diff) | |
download | gnumach-893feace349c7cb4ce7821b8e8f5ccc7031f8079.tar.gz gnumach-893feace349c7cb4ce7821b8e8f5ccc7031f8079.tar.bz2 gnumach-893feace349c7cb4ce7821b8e8f5ccc7031f8079.zip |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 31cf857d..c81621a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,10 +66,6 @@ if disable_smashing_stack_protector AM_CFLAGS += \ -fno-stack-protector endif - -# For pre Automake 1.10. -AM_CCASFLAGS += \ - $(AM_CPPFLAGS) # # MIG Setup. |