diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
commit | b4a7122cacef647dbec3db5c9ebe1e504a7670df (patch) | |
tree | 006885a1f4e8032062632ee1a091e72c32dd2810 /openembedded/classes/autotools.bbclass | |
parent | f9e1d16bfa73a2df5254c63ae1abb6a4bbe0a062 (diff) | |
download | poky-b4a7122cacef647dbec3db5c9ebe1e504a7670df.tar.gz |
Updates against mainline OE
git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/classes/autotools.bbclass')
-rw-r--r-- | openembedded/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/classes/autotools.bbclass b/openembedded/classes/autotools.bbclass index 8a387da5ca..ec1d4af1a4 100644 --- a/openembedded/classes/autotools.bbclass +++ b/openembedded/classes/autotools.bbclass | |||
@@ -145,7 +145,7 @@ autotools_stage_includes() { | |||
145 | rm -rf ${STAGE_TEMP} | 145 | rm -rf ${STAGE_TEMP} |
146 | mkdir -p ${STAGE_TEMP} | 146 | mkdir -p ${STAGE_TEMP} |
147 | make DESTDIR="${STAGE_TEMP}" install | 147 | make DESTDIR="${STAGE_TEMP}" install |
148 | cp -a ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR} | 148 | cp -pPR ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR} |
149 | rm -rf ${STAGE_TEMP} | 149 | rm -rf ${STAGE_TEMP} |
150 | fi | 150 | fi |
151 | } | 151 | } |