Remove CONFIG_OBJS, GENERIC_OBJS and OBJS.

2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>

	* Makefile.am (CONFIG_OBJS): Removed.
	(GENERIC_OBJS): Likewise.
	(OBJS): Likewise.
	* Makefile.in: Regenerated.
This commit is contained in:
H.J. Lu 2010-07-04 14:35:53 +00:00
parent 7919752113
commit dbb3fc7da5
3 changed files with 7 additions and 77 deletions

View File

@ -1,3 +1,10 @@
2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (CONFIG_OBJS): Removed.
(GENERIC_OBJS): Likewise.
(OBJS): Likewise.
* Makefile.in: Regenerated.
2010-07-03 Jan Beulich <jbeulich@novell.com>
PR gas/11732

View File

@ -310,49 +310,10 @@ MULTI_CFILES = \
config/e-mipsecoff.c \
config/e-mipself.c
CONFIG_OBJS = \
$(TARG_CPU_O) \
$(OBJ_FORMAT_O) \
$(ATOF_TARG_O) \
$(extra_objects)
GENERIC_OBJS = \
app.@OBJEXT@ \
as.@OBJEXT@ \
atof-generic.@OBJEXT@ \
cond.@OBJEXT@ \
depend.@OBJEXT@ \
dwarf2dbg.@OBJEXT@ \
dw2gencfi.@OBJEXT@ \
ehopt.@OBJEXT@ \
expr.@OBJEXT@ \
flonum-konst.@OBJEXT@ \
flonum-copy.@OBJEXT@ \
flonum-mult.@OBJEXT@ \
frags.@OBJEXT@ \
hash.@OBJEXT@ \
input-file.@OBJEXT@ \
input-scrub.@OBJEXT@ \
literal.@OBJEXT@ \
messages.@OBJEXT@ \
output-file.@OBJEXT@ \
read.@OBJEXT@ \
remap.@OBJEXT@ \
subsegs.@OBJEXT@ \
symbols.@OBJEXT@ \
write.@OBJEXT@ \
listing.@OBJEXT@ \
ecoff.@OBJEXT@ \
stabs.@OBJEXT@ \
sb.@OBJEXT@ \
macro.@OBJEXT@
CONFIG_ATOF_CFILES = \
config/atof-ieee.c \
config/atof-vax.c
OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
$(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \

View File

@ -577,48 +577,10 @@ MULTI_CFILES = \
config/e-mipsecoff.c \
config/e-mipself.c
CONFIG_OBJS = \
$(TARG_CPU_O) \
$(OBJ_FORMAT_O) \
$(ATOF_TARG_O) \
$(extra_objects)
GENERIC_OBJS = \
app.@OBJEXT@ \
as.@OBJEXT@ \
atof-generic.@OBJEXT@ \
cond.@OBJEXT@ \
depend.@OBJEXT@ \
dwarf2dbg.@OBJEXT@ \
dw2gencfi.@OBJEXT@ \
ehopt.@OBJEXT@ \
expr.@OBJEXT@ \
flonum-konst.@OBJEXT@ \
flonum-copy.@OBJEXT@ \
flonum-mult.@OBJEXT@ \
frags.@OBJEXT@ \
hash.@OBJEXT@ \
input-file.@OBJEXT@ \
input-scrub.@OBJEXT@ \
literal.@OBJEXT@ \
messages.@OBJEXT@ \
output-file.@OBJEXT@ \
read.@OBJEXT@ \
remap.@OBJEXT@ \
subsegs.@OBJEXT@ \
symbols.@OBJEXT@ \
write.@OBJEXT@ \
listing.@OBJEXT@ \
ecoff.@OBJEXT@ \
stabs.@OBJEXT@ \
sb.@OBJEXT@ \
macro.@OBJEXT@
CONFIG_ATOF_CFILES = \
config/atof-ieee.c \
config/atof-vax.c
OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
$(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \