diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-19 08:02:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-19 08:02:16 +0000 |
commit | 51c333eb8d88a4aaf8926aeaaeab7a3f1cd26588 (patch) | |
tree | 5423324d2573a37a73f91121c8fc460b9afa8da3 /packages/gcc/gcc-package-target.inc | |
parent | eaabdabd762138f056f347020df8717003887584 (diff) | |
parent | 2ea132f7f1a3206f7593cb33b0364b27ece00ab4 (diff) |
merge of '56d2135bf97d27ef385220e2f6f36071d007d2c1'
and '93613724e08c89b20a49d8619284f2f1ee5f7898'
Diffstat (limited to 'packages/gcc/gcc-package-target.inc')
-rw-r--r-- | packages/gcc/gcc-package-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-package-target.inc b/packages/gcc/gcc-package-target.inc index 975aa88fe7..9076c013e1 100644 --- a/packages/gcc/gcc-package-target.inc +++ b/packages/gcc/gcc-package-target.inc @@ -20,7 +20,7 @@ FILES_${PN} = "\ ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ - ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ + ${gcclibdir}/${TARGET_SYS}/${BINV}/include* \ " FILES_${PN}-symlinks = "\ ${bindir}/cc \ |