summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/etc/Makefile.am')
-rw-r--r--qpid/cpp/etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/etc/Makefile.am b/qpid/cpp/etc/Makefile.am
index aa41c65b37..5d0059c536 100644
--- a/qpid/cpp/etc/Makefile.am
+++ b/qpid/cpp/etc/Makefile.am
@@ -40,7 +40,7 @@ endif
# We can't use autoconf substitution directly because it leaves
# ${prefix} and ${exec_prefix} unexpanded. Substitute with sed
# scripts.
-SUBST="s|!!sysconfdir!!|${sysconfdir}|;s|!!sbindir!!|${sbindir}|;s|!!bindir!!|${bindir}|"
+SUBST="s|@sysconfdir[@]|${sysconfdir}|;s|@sbindir[@]|${sbindir}|;s|@bindir[@]|${bindir}|"
qpidd: qpidd.in
sed $(SUBST) $< > $@
qpidd-primary: qpidd-primary.in