blob: e360ae917d9d31609c8ff2d716d9b5026845122f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: git-snapshot-20051008/Makefile
===================================================================
--- git-snapshot-20051008.orig/Makefile 2005-10-06 00:57:23.000000000 +0100
+++ git-snapshot-20051008/Makefile 2005-10-08 22:03:50.000000000 +0100
@@ -332,7 +332,7 @@
$(CC) -o $*.o -c $(ALL_CFLAGS) $<
git-%$X: %.o $(LIB_FILE)
- $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
+ $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) $(LDFLAGS)
git-mailinfo$X : SIMPLE_LIB += $(LIB_4_ICONV)
$(SIMPLE_PROGRAMS) : $(LIB_FILE)
|