From b4b028498713d9b4a07d0209dadcf75853c33402 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 19 May 2008 13:27:21 +0000 Subject: 2008-05-19 Thomas Schwinge [patch #6508 -- Building with -g3] * Makefile.am (MIGCOM): Let it filter through CPP again. Suggested by Andrei Barbu . --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3