]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/qte/qte-2.3.10/no-moc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qte / qte-2.3.10 / no-moc.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- qt-2.3.9-snapshot-20041211/Makefile~no-moc
7 +++ qt-2.3.9-snapshot-20041211/Makefile
8 @@ -8,7 +8,7 @@
9  init: FORCE
10         @$(MAKE) QTDIR=`pwd` all
11  
12 -all: symlinks  src-moc src-mt sub-src sub-tools sub-tutorial sub-examples
13 +all: symlinks src-mt sub-src sub-tools sub-tutorial sub-examples
14         @echo
15         @echo "The Qt library is now built in ./lib"
16         @echo "The Qt examples are built in the directories in ./examples"
17 @@ -31,10 +31,10 @@
18  symlinks: .buildopts
19         @cd include; rm -f q*.h;  for i in ../src/*/q*.h ../src/3rdparty/*/q*.h ../extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h
20  
21 -sub-src: src-moc src-mt .buildopts FORCE
22 +sub-src: src-mt .buildopts FORCE
23         cd src; $(MAKE)
24  
25 -src-mt: src-moc .buildopts FORCE
26 +src-mt: .buildopts FORCE
27         $(MAKE) -f src-mt.mk
28  
29  sub-tutorial: sub-src FORCE
30 @@ -45,7 +45,6 @@
31  
32  clean:
33         -rm .buildopts
34 -       cd src/moc; $(MAKE) clean
35         cd src; $(MAKE) clean
36         -rm src/tmp/*.o src/tmp/*.a src/allmoc.cpp
37         -find src/3rdparty -name '*.o' | xargs rm