diff options
-rw-r--r-- | glibc/glibc_2.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index c5b2ec2c90..65ea4a910a 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -136,7 +136,7 @@ rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \ rusers.x spray.x nfs_prot.x rquota.x key_prot.x" do_compile () { - touch sysdeps/${TARGET_ARCH}/framestate.c + touch ${S}/sysdeps/${TARGET_ARCH}/framestate.c base_do_compile ( cd ${S}/sunrpc/rpcsvc |