From acb32e84269f1c00b5f1cdd03a920420dcdfa2bc Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 19 Dec 2016 15:05:43 +0200 Subject: Fix missing quotes --- gint.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gint.mk') 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) -- cgit v1.2.1