aboutsummaryrefslogtreecommitdiff
path: root/gint.mk
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 14:46:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 14:46:46 +0200
commitdd71cf71ca9fd74b9252cc139bc26577b193d741 (patch)
treee30e23a71819393abef4afa22f4e8d4f15a1b3df /gint.mk
parent42f4712085b40173eaea58e14b1a579291a6fe3a (diff)
downloadgint-dd71cf71ca9fd74b9252cc139bc26577b193d741.tar.gz
gint-dd71cf71ca9fd74b9252cc139bc26577b193d741.tar.bz2
Define CPP when building .x files.
Diffstat (limited to 'gint.mk')
-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
@@ -75,6 +75,7 @@ endif
.c.x:
$(AM_V_GEN)AWK=$(AWK) \
+ CPP=$(CPP) \
$(GUILE_SNARF) -o $@ \
$< $(snarfcppopts)

Return to:

Send suggestions and report system problems to the System administrator.