mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- qt-x11-free-3.3.3/qmake/Makefile.unix.orig 2004-08-30 23:37:28.000000000 +0200
|
|
+++ qt-x11-free-3.3.3/qmake/Makefile.unix 2004-08-30 23:38:49.000000000 +0200
|
|
@@ -42,7 +42,7 @@
|
|
qmake: $(OBJS) $(QOBJS)
|
|
$(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS)
|
|
rm -f @BUILD_PATH@/bin/$@
|
|
- ln -s ../qmake/$@ @BUILD_PATH@/bin/$@
|
|
+ cp -a ../qmake/$@ @BUILD_PATH@/bin/$@
|
|
|
|
install: qmake
|
|
[ -d @QT_INSTALL_BINS@ ] || mkdir -p @QT_INSTALL_BINS@
|