diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-01-26 13:13:33 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-01-26 13:13:33 +0000 |
commit | 571f7b5e511481d23a7bfd05aef16b7213b8691c (patch) | |
tree | 5f8134fd5d29e95210135520d6dfc5c4f0096095 /binutils/Makefile.am | |
parent | 2daab8689d7bd396d091df772ec45f620bf9158f (diff) | |
download | gdb-571f7b5e511481d23a7bfd05aef16b7213b8691c.zip gdb-571f7b5e511481d23a7bfd05aef16b7213b8691c.tar.gz gdb-571f7b5e511481d23a7bfd05aef16b7213b8691c.tar.bz2 |
2010-01-26 Tristan Gingold <gingold@adacore.com>
* Makefile.am (bin2c): Add libintl dependance and library.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 873e568..16d900f 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -273,8 +273,8 @@ sysinfo.o: sysinfo.c $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(NO_WERROR) $(srcdir)/sysinfo.c ; \ fi -bin2c$(EXEEXT_FOR_BUILD): - $(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdir)/bin2c.c $(srcdir)/version.c +bin2c$(EXEEXT_FOR_BUILD): $(LIBINTL_DEP) + $(CC_FOR_BUILD) -o $@ $(AM_CPPFLAGS) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(srcdir)/bin2c.c $(srcdir)/version.c $(LIBINTL) embedspu: embedspu.sh sed "s@^program_transform_name=@program_transform_name=$(program_transform_name)@" < $< > $@ |