diff options
author | Andy Wingo <wingo@pobox.com> | 2008-08-02 12:17:27 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2008-08-02 12:17:27 +0200 |
commit | d351811347b3bbc2c0b8fbada5335392772079b8 (patch) | |
tree | b0e3f149a27cafe400a6bc778c0c1c46d0995632 /Makefile.am | |
parent | e610dc3851da716e6ee4568f94f5f7cace84d2d9 (diff) | |
download | guile-d351811347b3bbc2c0b8fbada5335392772079b8.tar.gz |
Fixes to make guile-vm compile in guile source tree
* INSTALL: Updated.
* m4/gnulib-cache.m4: Regenerated.
* Makefile.am: Spelling fix.
* guilec.mk:
* src/Makefile.am:
* src/vm.c: Update to actually work inside a guile source tree.
* libguile/Makefile.am: Don't error on warnings in the flex-generated
c-tokenize function.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 93e7e5e7b..5c395f88a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ AUTOMAKE_OPTIONS = 1.10 SUBDIRS = lib oop libguile ice-9 guile-config guile-readline emacs \ scripts srfi doc examples test-suite benchmark-suite lang am \ - src modules testsuite + src module testsuite bin_SCRIPTS = guile-tools |