]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/uicmoc/uicmoc-native-2.3.10/fix-makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / uicmoc / uicmoc-native-2.3.10 / fix-makefile.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- qt-2.3.7/Makefile~fix-makefile      2003-07-17 03:23:11.000000000 +0200
7 +++ qt-2.3.7/Makefile   2004-04-23 15:36:25.000000000 +0200
8 @@ -29,7 +29,7 @@
9         cd tools; $(MAKE)
10  
11  symlinks: .buildopts
12 -       @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
13 +       @cd include; rm -f q*.h;  for i in ../src/*/q*.h ../src/3rdparty/*/*.h ../extensions/*/src/q*.h; do ln -s $$i .; done; rm -f q*_p.h
14  
15  sub-src: src-moc src-mt .buildopts FORCE
16         cd src; $(MAKE)