From 1b303a04df1767fb645eb881dae45022b1e00da8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 1 Dec 2006 18:26:28 +0000 Subject: Fixed quoting error in tests/Makefile.am. More svn:ignore properties. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481333 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am index 5fe59fcffa..55c190600f 100644 --- a/cpp/tests/Makefile.am +++ b/cpp/tests/Makefile.am @@ -92,13 +92,12 @@ gen.mk: Makefile.am echo $${i}_LDADD = '$$(lib_client) $$(lib_common) $$(extra_libs)'; \ done; \ libs=; \ - pwd=`pwd`; \ for i in $(unit_tests); do \ libs="$$libs $${i}.la"; \ echo $${i}_la_SOURCES = $$i.cpp; \ echo $${i}_la_LIBADD = '$$(lib_common)'; \ echo $${i}_la_LIBADD += '$$(lib_broker) $$(extra_libs)'; \ - echo $${i}_la_LDFLAGS = '-module -rpath $$pwd'; \ + echo $${i}_la_LDFLAGS = "-module -rpath `pwd`"; \ done; \ echo "check_LTLIBRARIES =$$libs"; \ ) \ -- cgit v1.2.1