]> granicus.if.org Git - yasm/commitdiff
Remove remaining references to nasm-bison.c/h.
authorPeter Johnson <peter@tortall.net>
Sun, 24 Dec 2006 21:18:01 +0000 (21:18 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 24 Dec 2006 21:18:01 +0000 (21:18 -0000)
Noticed by: Sean Darcy <seandarcy2@gmail.com>
Patch by: Charles Bailey <charles@hashpling.org>

Fix automake 1.10 error.
Noticed/fix by: Sean Darcy <seandarcy2@gmail.com>

svn path=/trunk/yasm/; revision=1719

Makefile.am
Mkfiles/vc8/readme.vc8.txt
po/POTFILES.in
splint.sh

index 0bc3572e6ee53370ea634113fb597d9bf7fb1419..96afe83130835db08a547cbcc6515aecb0790d15 100644 (file)
@@ -110,7 +110,7 @@ if HAVE_PYTHON
 endif
 
 all-local: python-build
-install-hook: python-install
+install-exec-hook: python-install
 uninstall-hook: python-uninstall
 
 if BUILD_MAN
index 0b817a927cf8734e7b6efa927da9017216277bee..058397ed318e54cf6d8ed47e3efecea3a1a1d6a1 100644 (file)
@@ -19,10 +19,6 @@ YASM snapshots):
 \r
     gas-bison.c\r
     gas-bison.h\r
-    nasm-bison.c\r
-    nasm-bison.h\r
-    re2c-parser.c\r
-    re2c-parser.h\r
 \r
 However, if you want to build these files from source, follow these step:\r
   1) Install bison.  This can be done in a number of ways, the easiest is\r
@@ -33,9 +29,7 @@ However, if you want to build these files from source, follow these step:
      you installed Bison to the list of directories.\r
   3) For each of the .y files in the build, right click, select Properties,\r
      and change the "Excluded From Build" setting to No.  These files are:\r
-     re2c/Source Files/re2c-parser.y\r
      modules/Source Files/gas-bison.y\r
-     modules/Source Files/nasm-bison.y\r
 \r
 If you wish to build from the latest files in the subversion repository,\r
 you will need to add these files from the latest snapshot to the repository\r
index 20fbbb2310b13ee1711946cc06668a4dc79aa8d6..f0ee9f0b2a44675131524c826e686ec721d9ed90 100644 (file)
@@ -50,5 +50,4 @@ modules/objfmts/xdf/xdf-objfmt.c
 modules/parsers/gas/gas-parser.c
 modules/preprocs/nasm/nasm-pp.c
 modules/preprocs/raw/raw-preproc.c
-nasm-bison.c
 nasm-token.c
index 7d81771414ddd585039f9fe4574e0ae51fd112ec..03d1867f0b5a02ff86886ceaba1b72ba856900db 100755 (executable)
--- a/splint.sh
+++ b/splint.sh
@@ -39,6 +39,5 @@ splint \
  src/parsers/nasm/nasm-parser.c \
  src/preprocs/raw/raw-preproc.c \
  src/optimizers/basic/basic-optimizer.c \
- nasm-bison.c \
  src/symrec.c \
  src/hamt.c