* Makefile.in (EXTRA_OFILES): Remove debugging object.

This commit is contained in:
Christopher Faylor 2003-04-03 01:23:37 +00:00
parent d99c61760e
commit 5a87c6163b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-02 Christopher Faylor <cgf@redhat.com>
* Makefile.in (EXTRA_OFILES): Remove debugging object.
2003-04-02 Jason Tishler <jason@tishler.net>
Christopher Faylor <cgf@redhat.com>

View File

@ -136,7 +136,7 @@ LIBCOS:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(srcdir)/lib/*.c}}
EXTRA_DLL_OFILES:=${addsuffix .o,${basename ${notdir ${wildcard $(CONFIG_DIR)/*.c}}}}
EXTRA_OFILES=$(bupdir1)/libiberty/random.o $(bupdir1)/libiberty/strsignal.o alloca.o
EXTRA_OFILES=$(bupdir1)/libiberty/random.o $(bupdir1)/libiberty/strsignal.o
MALLOC_OFILES=@MALLOC_OFILES@