blob: 0a82649db90dabc7f8ca82fdb94b3696de0e18c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: git-snapshot-20050912/Makefile
===================================================================
--- git-snapshot-20050912.orig/Makefile 2005-09-11 03:46:53.000000000 +0100
+++ git-snapshot-20050912/Makefile 2005-09-12 12:18:38.000000000 +0100
@@ -239,7 +240,7 @@
$(CC) -o $*.o -c $(ALL_CFLAGS) $<
git-%: %.o $(LIB_FILE)
- $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
+ $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) $(LDFLAGS)
git-mailinfo : SIMPLE_LIB += $(LIB_4_ICONV)
$(SIMPLE_PROGRAMS) : $(LIB_FILE)
|