]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/git/files/Makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / git / files / Makefile.patch
1 Index: git-snapshot-20050912/Makefile
2 ===================================================================
3 --- git-snapshot-20050912.orig/Makefile 2005-09-11 03:46:53.000000000 +0100
4 +++ git-snapshot-20050912/Makefile      2005-09-12 12:18:38.000000000 +0100
5 @@ -239,7 +240,7 @@
6         $(CC) -o $*.o -c $(ALL_CFLAGS) $<
7  
8  git-%: %.o $(LIB_FILE)
9 -       $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
10 +       $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) $(LDFLAGS)
11  
12  git-mailinfo : SIMPLE_LIB += $(LIB_4_ICONV)
13  $(SIMPLE_PROGRAMS) : $(LIB_FILE)