1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
This commit is contained in:
Mikael Djurfeldt 1999-12-14 21:28:28 +00:00
parent 5416c39014
commit 904f5d528e

View file

@ -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`