]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/maradns/files/rng-makefile-build-cc.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / maradns / files / rng-makefile-build-cc.patch
1 --- rng/Makefile.orig   2004-09-24 16:10:44.550378128 +0200
2 +++ rng/Makefile        2004-09-24 16:11:02.147702928 +0200
3 @@ -20,7 +20,7 @@
4         $(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c
5  
6  make_32bit_tables: make_32bit_tables.c
7 -       $(CC) -o make_32bit_tables make_32bit_tables.c
8 +       $(BUILD_CC) -o make_32bit_tables make_32bit_tables.c
9  
10  rng-32bit-tables.h: make_32bit_tables
11         ./make_32bit_tables > rng-32bit-tables.h