|
From: <sv...@va...> - 2012-02-24 08:38:35
|
Author: philippe Date: 2012-02-24 08:33:56 +0000 (Fri, 24 Feb 2012) New Revision: 12401 Log: Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed once place. This was breaking vg-in-place on platforms needing gdbserver target description files. Modified: trunk/coregrind/Makefile.am Modified: trunk/coregrind/Makefile.am =================================================================== --- trunk/coregrind/Makefile.am 2012-02-23 12:54:50 UTC (rev 12400) +++ trunk/coregrind/Makefile.am 2012-02-24 08:33:56 UTC (rev 12401) @@ -525,7 +525,7 @@ all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS mkdir -p $(inplacedir); \ - for f in $(pkglib_DATA); do \ + for f in $(vglib_DATA); do \ rm -f $(inplacedir)/$$f; \ ln -f -s ../$(subdir)/$$f $(inplacedir); \ done |