diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-05-28 20:34:25 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:14 +0200 |
commit | fb0f32066f599c9f46d40fe1446934b3cc29a1ae (patch) | |
tree | 2b8cbedc016dbf1a75d8cba89a81108cbb215ece /Makefile.am | |
parent | 9be85650fa6e23534758a4d6e41156282bd03343 (diff) | |
download | gnumach-fb0f32066f599c9f46d40fe1446934b3cc29a1ae.tar.gz gnumach-fb0f32066f599c9f46d40fe1446934b3cc29a1ae.tar.bz2 gnumach-fb0f32066f599c9f46d40fe1446934b3cc29a1ae.zip |
2008-05-28 Thomas Schwinge <tschwinge@gnu.org>
[bug #23417, patch #6508 -- Building with -g3]
* Makefile.am (MIGCOM): Revert the 2008-05-19 change.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f6dccf40..31cf857d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ AM_CCASFLAGS += \ # # MIGCOM. -MIGCOM = $(MIG) -n - /dev/null +MIGCOM = $(MIG) -n -cc cat - /dev/null # We need this because we use $(CPP) to preprocess MIG .defs files. CPP = @CPP@ -x c |