| Index: sim/erc32/Makefile.in
|
| diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
|
| index 2833a2edc90a052906eba72cd45b4a6445634f11..7e95a675b2ba607c13144591ece4fc83212c4412 100644
|
| --- a/sim/erc32/Makefile.in
|
| +++ b/sim/erc32/Makefile.in
|
| @@ -1,6 +1,5 @@
|
| # Makefile template for Configure for the erc32sim library.
|
| -# Copyright (C) 1993, 1996-1997, 2007-2012 Free Software Foundation,
|
| -# Inc.
|
| +# Copyright (C) 1993-2013 Free Software Foundation, Inc.
|
| # Written by Cygnus Support
|
| # Modified by J.Gaisler ESA/ESTEC
|
| #
|
| @@ -46,7 +45,7 @@ sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
|
| # There is AC_C_BIGENDIAN but it doesn't handle float endianness.
|
| # [Are int/float endians every different on a sparc?]
|
| end: $(srcdir)/end.c
|
| - $(CC_FOR_BUILD) $(srcdir)/end.c -o end
|
| + $(CC_FOR_BUILD) -I. $(srcdir)/end.c -o end
|
| end.h: end
|
| ./end > end.h
|
|
|
|
|