|
From: <sv...@va...> - 2006-12-26 04:51:53
|
Author: sewardj
Date: 2006-12-26 04:51:50 +0000 (Tue, 26 Dec 2006)
New Revision: 6440
Log:
Merge r6439 (Finally close #133054/#118903 ('make install' fails with
syntax errors))
Modified:
branches/VALGRIND_3_2_BRANCH/valgrind.pc.in
Modified: branches/VALGRIND_3_2_BRANCH/valgrind.pc.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_2_BRANCH/valgrind.pc.in 2006-12-26 04:50:12 UTC (=
rev 6439)
+++ branches/VALGRIND_3_2_BRANCH/valgrind.pc.in 2006-12-26 04:51:50 UTC (=
rev 6440)
@@ -4,13 +4,13 @@
includedir=3D@includedir@/valgrind
arch=3D@VG_ARCH@
os=3D@VG_OS@
-platform=3D@VG_PLATFORM@
+platform=3D@VG_PLATFORM_PRI@
valt_load_address=3D@VALT_LOAD_ADDRESS@
=20
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
-Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
+Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc
Cflags: -I${includedir}
=20
|