From e265842b145978356c9d71dec8d6fd0fb4afcac9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 2 Jun 2007 07:35:45 +0000 Subject: 2007-06-02 Thomas Schwinge * Makefile.am (MIGFLAGS): Remove. (MIGCOM): Add ``-n''. * Makerules.am: Adapt to that. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a2cf47f7..05c56ce9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,9 +76,7 @@ AM_CCASFLAGS += \ # # MIGCOM. -MIGCOM = $(MIG) -cc cat - /dev/null - -MIGFLAGS = +MIGCOM = $(MIG) -n -cc cat - /dev/null # We need this because we use $(CPP) to preprocess MIG .defs files. CPP = @CPP@ -x c -- cgit v1.2.3