aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:46:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-12 12:46:47 +0000
commit9a049babb7da3e9cd1f7aa260f4ba0241148a092 (patch)
tree366903638c69dc9b9becac7a49619c7a11c30ad7 /target
parentcf1698c6370d6a64f5f70a2dc5652d1fbc62afc3 (diff)
downloadupstream-9a049babb7da3e9cd1f7aa260f4ba0241148a092.tar.gz
upstream-9a049babb7da3e9cd1f7aa260f4ba0241148a092.tar.bz2
upstream-9a049babb7da3e9cd1f7aa260f4ba0241148a092.zip
tools/ppl: fix automake error due to use of obsolete directory name
I recently experienced this: configure.ac:1101: the top level interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA' make[4]: *** [Makefile.in] Error 1 Found this on google: http://bugs.mysql.com/bug.php?id=63898 And used this to fix it: fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g' Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33141
Diffstat (limited to 'target')
0 files changed, 0 insertions, 0 deletions