diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-02 17:16:34 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-02 17:16:34 +0000 |
commit | 99ff6259330fa1a25d2b5c184a58355dc93dbf4e (patch) | |
tree | a4ffc24c5b9cd5f1add1b69f00a75cc04441d7f5 /qmake | |
parent | a618332bd6db809f45f7565f5218795f62a636a2 (diff) |
ln -sf instead of -s in qmake-native, to stop failing on links that exist.
BKrev: 41375572C04g_vGBNLm_mZ2zsPWDbw
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/qmake-native_3.2.3.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index 207eb58bcf..b99c4347be 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -25,11 +25,11 @@ do_configure() { install -d ${S}/mkspecs/linux-uclibc-oe-g++ install -m 0644 ${WORKDIR}/linux-oe-qmake.conf \ ${S}/mkspecs/linux-oe-g++/qmake.conf - ln -s ../linux-g++/qplatformdefs.h \ + ln -sf ../linux-g++/qplatformdefs.h \ ${S}/mkspecs/linux-oe-g++/qplatformdefs.h - ln -s ../linux-oe-g++/qmake.conf \ + ln -sf ../linux-oe-g++/qmake.conf \ ${S}/mkspecs/linux-uclibc-oe-g++/qmake.conf - ln -s ../linux-g++/qplatformdefs.h \ + ln -sf ../linux-g++/qplatformdefs.h \ ${S}/mkspecs/linux-uclibc-oe-g++/qplatformdefs.h QMAKESPEC= |