diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:39:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:41:08 +0100 |
commit | 981ff600e85790b3f648371cacb18634eb636c64 (patch) | |
tree | de26c86376b6ffa3772553189e5f0d15dc7b6cbe /libguile | |
parent | feef98f203a7e504557cb5753f06abea96a63ff7 (diff) | |
download | guile-981ff600e85790b3f648371cacb18634eb636c64.tar.gz |
Fix makefile indentation.
* benchmark-suite/Makefile.am, libguile/Makefile.am, meta/Makefile.am:
Use TAB instead of 8 spaces...
* .x-sc_makefile_check: New file.
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 80a6245b9..cab55dab1 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -420,7 +420,7 @@ noinst_HEADERS = conv-integer.i.c conv-uinteger.i.c \ srfi-4.i.c srfi-14.i.c \ quicksort.i.c \ win32-uname.h win32-dirent.h win32-socket.h \ - private-gc.h private-options.h + private-gc.h private-options.h # vm instructions noinst_HEADERS += vm-engine.c vm-i-system.c vm-i-scheme.c vm-i-loader.c |