mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 11:10:32 +02:00
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.
This commit is contained in:
parent
feef98f203
commit
981ff600e8
4 changed files with 7 additions and 4 deletions
3
.x-sc_makefile_check
Normal file
3
.x-sc_makefile_check
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib(guile)?/
|
||||
guile-readline/
|
||||
srfi/
|
|
@ -1,6 +1,6 @@
|
|||
SCM_BENCHMARKS = benchmarks/0-reference.bm \
|
||||
benchmarks/bytevectors.bm \
|
||||
benchmarks/continuations.bm \
|
||||
benchmarks/continuations.bm \
|
||||
benchmarks/if.bm \
|
||||
benchmarks/logand.bm \
|
||||
benchmarks/read.bm \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -38,8 +38,8 @@ guile-config: $(srcdir)/guile-config.in
|
|||
guile="@bindir@/`echo guile | $(SED) -e '$(program_transform_name)'`" ; \
|
||||
cat $(srcdir)/guile-config.in \
|
||||
| $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g ; \
|
||||
s,@""PKG_CONFIG@,$(PKG_CONFIG),g ; \
|
||||
s,@installed_guile@,$$guile,g" \
|
||||
s,@""PKG_CONFIG@,$(PKG_CONFIG),g ; \
|
||||
s,@installed_guile@,$$guile,g" \
|
||||
> guile-config.out
|
||||
mv guile-config.out guile-config
|
||||
chmod +x guile-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue