diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-10-11 06:10:35 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-10-11 06:10:35 +0000 |
commit | d92fa646e7da3c37d4bade5ee935c9e9a728c8d6 (patch) | |
tree | c98d2549636cbfee2d3660ffa1c71d202b54bf6a /opcodes/Makefile.am | |
parent | fb41131eab5fac6b0c56a55971aadfd6cb946617 (diff) | |
download | gdb-d92fa646e7da3c37d4bade5ee935c9e9a728c8d6.zip gdb-d92fa646e7da3c37d4bade5ee935c9e9a728c8d6.tar.gz gdb-d92fa646e7da3c37d4bade5ee935c9e9a728c8d6.tar.bz2 |
opcodes/
* Makefile.am (libopcodes_a_SOURCES): New as empty.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d866617..74cd397 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -287,6 +287,7 @@ EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES) # should be removed if everything else starts using libtool. FIXME. noinst_LIBRARIES = libopcodes.a +libopcodes_a_SOURCES = stamp-lib: libopcodes.la libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ |