aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 15:05:43 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 15:05:43 +0200
commitacb32e84269f1c00b5f1cdd03a920420dcdfa2bc (patch)
treecbccdfcfbbe3a89b472ee0d7e9c42746b1e6d425
parentdd71cf71ca9fd74b9252cc139bc26577b193d741 (diff)
downloadgint-acb32e84269f1c00b5f1cdd03a920420dcdfa2bc.tar.gz
gint-acb32e84269f1c00b5f1cdd03a920420dcdfa2bc.tar.bz2
Fix missing quotes
-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
@@ -76,4 +76,4 @@ endif
.c.x:
- $(AM_V_GEN)AWK=$(AWK) \
- CPP=$(CPP) \
+ $(AM_V_GEN)AWK="$(AWK)" \
+ CPP="$(CPP)" \
$(GUILE_SNARF) -o $@ \

Return to:

Send suggestions and report system problems to the System administrator.