From 20f61e8fa477f367b66d05b2707fc1021b35af5c Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 31 Mar 2009 08:37:26 +0000 Subject: Replace "Hammer" references with "Debug" as appropriate. Review URL: http://codereview.chromium.org/53118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libxslt/linux/xslt-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/libxslt') diff --git a/third_party/libxslt/linux/xslt-config b/third_party/libxslt/linux/xslt-config index 238002a..c9c352d 100644 --- a/third_party/libxslt/linux/xslt-config +++ b/third_party/libxslt/linux/xslt-config @@ -89,11 +89,11 @@ while test $# -gt 0; do shift done -the_libs="-L${libdir} -lxslt -L/home/mmoss/src/chrome/src/chrome/Hammer/third_party/libxml/scons -L/usr/local/lib -lxml2 -lz -lm -lm" +the_libs="-L${libdir} -lxslt -L/home/mmoss/src/chrome/src/sconsbuild/Debug/third_party/libxml/scons -L/usr/local/lib -lxml2 -lz -lm -lm" if test "$includedir" != "/usr/include"; then - the_flags="$the_flags -I$includedir `/home/mmoss/src/chrome/src/chrome/Hammer/third_party/libxml/scons/xml2-config --cflags`" + the_flags="$the_flags -I$includedir `/home/mmoss/src/chrome/src/sconsbuild/Debug/third_party/libxml/scons/xml2-config --cflags`" else - the_flags="$the_flags `/home/mmoss/src/chrome/src/chrome/Hammer/third_party/libxml/scons/xml2-config --cflags`" + the_flags="$the_flags `/home/mmoss/src/chrome/src/sconsbuild/Debug/third_party/libxml/scons/xml2-config --cflags`" fi if $cflags; then -- cgit v1.1