* Makefile.in (EXTRA_OFILES): Remove debugging object.
This commit is contained in:
parent
d99c61760e
commit
5a87c6163b
|
@ -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>
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Reference in New Issue