Index: sim/igen/Makefile.in |
diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in |
index 3ff1fde52bcd451c150646032680d4018107f253..8f6a42cfbcb9df2a878442c4ed7a37c9b500c0a2 100644 |
--- a/sim/igen/Makefile.in |
+++ b/sim/igen/Makefile.in |
@@ -1,6 +1,6 @@ |
# The IGEN simulator generator for GDB, the GNU Debugger. |
# |
-# Copyright 2002, 2007-2012 Free Software Foundation, Inc. |
+# Copyright 2002-2013 Free Software Foundation, Inc. |
# |
# Contributed by Andrew Cagney. |
# |
@@ -117,7 +117,7 @@ IGEN_OBJS=\ |
gen.o |
igen: igen.o $(IGEN_OBJS) |
- $(CC_FOR_BUILD) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB) |
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB) |
igen.o: igen.c misc.h filter_host.h lf.h table.h ld-decode.h ld-cache.h ld-insn.h filter.h gen-model.h gen-itable.h gen-icache.h gen-idecode.h gen-engine.h gen-semantics.h gen-support.h gen.h igen.h |
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c |