* Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
authorIan Lance Taylor <ian@airs.com>
Mon, 10 Oct 2005 17:24:06 +0000 (17:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 10 Oct 2005 17:24:06 +0000 (17:24 +0000)
* Makefile.in: Regenerate.

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

index df3ac710c0c272341550b135e1840fb134db5a85..64dd1551331a03ea5a6134dd8e49ea14bef0ff82 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-10  Ian Lance Taylor  <ian@airs.com>
+
+       * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
+       * Makefile.in: Regenerate.
+
 2005-10-10  Arnold Metselaar  <arnold.metselaar@planet.nl>
 
        * expr.c (operator): Allow "!=" as a synonym for "<>".
index 13c1c502a68e93a1fae27b9b9f19e52bc2bb9350..fa9fd434dc5075e0d1d5c61d4c2269154aff5af9 100644 (file)
@@ -441,7 +441,7 @@ noinst_SCRIPTS = $(GDBINIT)
 EXTRA_SCRIPTS = .gdbinit
 
 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
-       bfin-parse.c bfin-lex.l bfin-defs.h
+       bfin-parse.c
 
 diststuff: $(EXTRA_DIST) info
 all: info
index c5c634771103659cd0ae7f454dba088250569594..60e1a921e6ff22ea67944d1a636b0da3abccddc8 100644 (file)
@@ -661,7 +661,7 @@ POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
 noinst_SCRIPTS = $(GDBINIT)
 EXTRA_SCRIPTS = .gdbinit
 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
-       bfin-parse.c bfin-lex.l bfin-defs.h
+       bfin-parse.c
 
 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
 
This page took 0.028437 seconds and 4 git commands to generate.