summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-05-19 13:27:21 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:14 +0200
commitb4b028498713d9b4a07d0209dadcf75853c33402 (patch)
tree786901a8cea3634ffaa7ebd579f09bdda1539493
parent29d53b422954f80c0e06419a5673b000b94385c5 (diff)
2008-05-19 Thomas Schwinge <tschwinge@gnu.org>
[patch #6508 -- Building with -g3] * Makefile.am (MIGCOM): Let it filter through CPP again. Suggested by Andrei Barbu <teval0@gmail.com>.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e33f6..bfd7117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-19 Thomas Schwinge <tschwinge@gnu.org>
+
+ [patch #6508 -- Building with -g3]
+ * Makefile.am (MIGCOM): Let it filter through CPP again.
+ Suggested by Andrei Barbu <teval0@gmail.com>.
+
2008-05-09 Andrei Barbu <teval0@gmail.com>
* i386/i386/loose_ends.c (DELAY): Use volatile qualifier instead of
diff --git a/Makefile.am b/Makefile.am
index a2e7c9d..f6dccf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Makefile for GNU Mach.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -76,7 +76,7 @@ AM_CCASFLAGS += \
#
# MIGCOM.
-MIGCOM = $(MIG) -n -cc cat - /dev/null
+MIGCOM = $(MIG) -n - /dev/null
# We need this because we use $(CPP) to preprocess MIG .defs files.
CPP = @CPP@ -x c