| Index: sim/bfin/Makefile.in
|
| diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in
|
| index 6ba09abc963ae845669bdaea99b2b67c599252b0..96a94073c7eb3829d3746390df2f2a612e60528f 100644
|
| --- a/sim/bfin/Makefile.in
|
| +++ b/sim/bfin/Makefile.in
|
| @@ -1,5 +1,5 @@
|
| # Makefile template for Configure for the Blackfin simulator.
|
| -# Copyright (C) 2005-2012 Free Software Foundation, Inc.
|
| +# Copyright (C) 2005-2013 Free Software Foundation, Inc.
|
| # Written by Analog Devices, Inc.
|
| #
|
| # This program is free software; you can redistribute it and/or modify
|
| @@ -49,7 +49,7 @@ SIM_EXTRA_LIBS = @SDL_LIBS@ -lm
|
|
|
| ## COMMON_POST_CONFIG_FRAG
|
|
|
| -$(srcdir)/linux-fixed-code.h: $(srcdir)/linux-fixed-code.s Makefile.in
|
| +$(srcdir)/linux-fixed-code.h: @MAINTAINER_MODE_TRUE@ $(srcdir)/linux-fixed-code.s Makefile.in
|
| $(AS_FOR_TARGET) $< -o linux-fixed-code.o
|
| ( set -e; \
|
| echo "/* DO NOT EDIT: Autogenerated from linux-fixed-code.s. */"; \
|
|
|