aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gint.mk b/gint.mk
index ea1a071..7fc8763 100644
--- a/gint.mk
+++ b/gint.mk
@@ -74,8 +74,8 @@ guile-procedures.txt: guile-procedures.texi
endif
.c.x:
- $(AM_V_GEN)AWK=$(AWK) \
- CPP=$(CPP) \
+ $(AM_V_GEN)AWK="$(AWK)" \
+ CPP="$(CPP)" \
$(GUILE_SNARF) -o $@ \
$< $(snarfcppopts)

Return to:

Send suggestions and report system problems to the System administrator.