From 626705238075a1aceca518e4d464b5df6458750f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 5 Jul 2014 02:36:52 -0400 Subject: quote calls to librelib --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 30c95e0..7370004 100644 --- a/common.mk +++ b/common.mk @@ -9,7 +9,7 @@ pkglibexecdir ?= $(libexecdir)/libretools # Usage: OUTPUT # Expand m4_include macros to use librelib # This is used when using sources grabbed from devtools -edit = sed -e 's|^\#!\s*/bin/bash|\#!/usr/bin/env bash|' -e 's|m4_include(lib/\(.*\))|. $$(librelib \1)|' +edit = sed -e 's|^\#!\s*/bin/bash|\#!/usr/bin/env bash|' -e 's|m4_include(lib/\(.*\))|. "$$(librelib \1)"|' # Usage: $(call indent,FILENAME) # Command to auto-indent a file. -- cgit v1.2.2