2005-10-24 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Oct 2005 04:48:04 +0000 (04:48 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Oct 2005 04:48:04 +0000 (04:48 +0000)
* Makefile.am (bfin-parse.tab.h): Removed.
(bfin-parse.h): Added.
* Makefile.in: Regenerated.

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

index d551572fa2804bd664fb418a7933dcd225bfc9a4..961a722425d492b78bf4fd4852fddaec894f0043 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (bfin-parse.tab.h): Removed.
+       (bfin-parse.h): Added.
+       * Makefile.in: Regenerated.
+
 2005-10-25  Alan Modra  <amodra@bigpond.net.au>
 
        * po/POTFILES.in: Regenerate.
index 48f9537ef873707c22dfa8eee77afe1518bb6c38..e373978a6f438ff41698fac1ce550db7fc16fc7b 100644 (file)
@@ -605,8 +605,9 @@ m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
 m68k-parse.h: ; @true
 $(srcdir)/config/m68k-parse.h: ; @true
 
-bfin-parse.c bfin-parse.tab.h: $(srcdir)/config/bfin-parse.y
+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-defs.h: ; @true
index 368fc47b1a2e37dcb5b4e3e44ee6bf336ca67b1d..4a8c2741658730267e2acfa2c9f793f184e09acf 100644 (file)
@@ -2740,9 +2740,6 @@ distclean-compile:
 .y.c:
        $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
 
-bfin-parse.c: config/bfin-parse.y
-       $(SHELL) $(YLWRAP) `test -f 'config/bfin-parse.y' || echo '$(srcdir)/'`config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h y.output bfin-parse.output -- $(YACC) $(YFLAGS) $(AM_YFLAGS)
-
 mostlyclean-libtool:
        -rm -f *.lo
 
@@ -3134,8 +3131,9 @@ m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
 m68k-parse.h: ; @true
 $(srcdir)/config/m68k-parse.h: ; @true
 
-bfin-parse.c bfin-parse.tab.h: $(srcdir)/config/bfin-parse.y
+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-defs.h: ; @true
This page took 0.029504 seconds and 4 git commands to generate.