aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gint.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gint.mk b/gint.mk
index 250121d..ea1a071 100644
--- a/gint.mk
+++ b/gint.mk
@@ -72,12 +72,13 @@ guile-procedures.txt: guile-procedures.texi
$(AM_V_GEN) rm -f $@; \
$(MAKEINFO) --force -o $@ guile-procedures.texi || test -f $@
endif
.c.x:
$(AM_V_GEN)AWK=$(AWK) \
+ CPP=$(CPP) \
$(GUILE_SNARF) -o $@ \
$< $(snarfcppopts)
if GINT_COND_INC
SUFFIXES += .inc
CLEANFILES += *.inc

Return to:

Send suggestions and report system problems to the System administrator.