summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
commit04a40f841b662a1e28bd579cc68fa3a57e233bbd (patch)
tree364430077eb1db1256193acaddf9de54535b3efd /third_party/libxslt
parent3d315d247f3eeddde21be18bd7e9a9c5c4731beb (diff)
downloadchromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.zip
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.gz
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.bz2
Remove the 'Hammer' name in favor of the Debug|Release names
and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/linux/xslt-config6
1 files changed, 3 insertions, 3 deletions
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