diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-20 20:15:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-20 20:15:01 +0200 |
commit | 66006bb9a7892678a3caca072f158753ff20488b (patch) | |
tree | e5d3abec403a171b84fbe2a9b339ec7cb1268b76 /qmake | |
parent | 5ee08d99ed67ec609ae45bff3268357c9eb45c96 (diff) | |
download | tqt3-66006bb9a7892678a3caca072f158753ff20488b.tar.gz tqt3-66006bb9a7892678a3caca072f158753ff20488b.zip |
Remove dead symlink under 'mkspecs/default'
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/Makefile.unix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix index 32029e44e..1199d0a1c 100644 --- a/qmake/Makefile.unix +++ b/qmake/Makefile.unix @@ -49,7 +49,6 @@ install: tqmake -cp -f @BUILD_PATH@/bin/tqmake @QT_INSTALL_BINS@ [ -d @QT_INSTALL_DATA@ ] || mkdir -p @QT_INSTALL_DATA@ -cp -R -f @SOURCE_PATH@/mkspecs @QT_INSTALL_DATA@ - -ln -s -f @QMAKESPEC@ @QT_INSTALL_DATA@/mkspecs/default clean:: rm -f $(OBJS) $(QOBJS) |