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.

11 lines
429 B

  1. --- qt-x11-free-3.3.3/qmake/Makefile.unix.orig 2004-08-30 23:37:28.000000000 +0200
  2. +++ qt-x11-free-3.3.3/qmake/Makefile.unix 2004-08-30 23:38:49.000000000 +0200
  3. @@ -42,7 +42,7 @@
  4. qmake: $(OBJS) $(QOBJS)
  5. $(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS)
  6. rm -f @BUILD_PATH@/bin/$@
  7. - ln -s ../qmake/$@ @BUILD_PATH@/bin/$@
  8. + cp -a ../qmake/$@ @BUILD_PATH@/bin/$@
  9. install: qmake
  10. [ -d @QT_INSTALL_BINS@ ] || mkdir -p @QT_INSTALL_BINS@