mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
Fix
This commit is contained in:
parent
5416c39014
commit
904f5d528e
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Extract the initialization actions for builtin things.
|
||||
|
||||
filename=`basename $1`; shift
|
||||
filename=$1; shift
|
||||
|
||||
# we need to be sure that the .x file exists
|
||||
# since the .c/.cc file may include it
|
||||
|
@ -22,4 +22,3 @@ test -n "${CPP+set}" || CPP="@CPP@"
|
|||
## need to know if CPP exits with a non-zero status.
|
||||
${CPP} -DSCM_MAGIC_SNARFER "$@" > ${temp} || exit $?
|
||||
< ${temp} awk -f `dirname $0`/guile-snarf.awk `basename $filename`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue