* Makefile.am (bfin-parse.o): Remove bfin-parse.h from
authorJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 02:13:36 +0000 (02:13 +0000)
committerJie Zhang <jie.zhang@analog.com>
Fri, 4 Sep 2009 02:13:36 +0000 (02:13 +0000)
the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
prerequisite.
(bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
(bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these.
(bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
to the prerequisite.
* Makefile.in: Regenerate.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index b362bb8c61f6f2908cb0070e01dc2e666700f234..ecbaa3c100de23c465147f6c3861095431aa3465 100644 (file)
@@ -1,3 +1,14 @@
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
+       the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
+       prerequisite.
+       (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
+       (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these. 
+       (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
+       to the prerequisite.
+       * Makefile.in: Regenerate.
+
 2009-09-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
index 1f78c71061480d59f13716a09f328bc1a824633a..b78527685051155a3d186f87178efa1d8c867271 100644 (file)
@@ -603,15 +603,16 @@ $(srcdir)/config/m68k-parse.h: ; @true
 bfin-parse.c: $(srcdir)/config/bfin-parse.y
        $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
 bfin-parse.h: bfin-parse.c
-bfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \
+bfin-parse.o: bfin-parse.c \
+ $(srcdir)/config/bfin-aux.h $(srcdir)/config/bfin-defs.h \
  $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
 
-bfin-defs.h: ; @true
-$(srcdir)/config/bfin-defs.h: ; @true
+bfin-parse.h: ; @true
+$(srcdir)/config/bfin-parse.h: ; @true
 
 bfin-lex.c: $(srcdir)/config/bfin-lex.l
        $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
-bfin-lex.o: bfin-lex.c
+bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
 if am__fastdepCC
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f bfin-lex.c || echo $(srcdir)/`bfin-lex.c $(NO_WERROR)
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
index f473694d7f873ae26db127203473f7209e1e71dc..5e7627874683e0fd1a8887f8fbe9380445827b7a 100644 (file)
@@ -2499,15 +2499,16 @@ $(srcdir)/config/m68k-parse.h: ; @true
 bfin-parse.c: $(srcdir)/config/bfin-parse.y
        $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
 bfin-parse.h: bfin-parse.c
-bfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \
+bfin-parse.o: bfin-parse.c \
+ $(srcdir)/config/bfin-aux.h $(srcdir)/config/bfin-defs.h \
  $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
 
-bfin-defs.h: ; @true
-$(srcdir)/config/bfin-defs.h: ; @true
+bfin-parse.h: ; @true
+$(srcdir)/config/bfin-parse.h: ; @true
 
 bfin-lex.c: $(srcdir)/config/bfin-lex.l
        $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
-bfin-lex.o: bfin-lex.c
+bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f bfin-lex.c || echo $(srcdir)/`bfin-lex.c $(NO_WERROR)
 @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='bfin-lex.c' object='$@' libtool=no @AMDEPBACKSLASH@
This page took 0.029078 seconds and 4 git commands to generate.