From 15e48ec580ecf616892833f754759e28da57012d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 19 Dec 2006 17:20:11 +0000 Subject: git: fix case of the disappearing snapshots by adding a stable release --- packages/git/files/Makefile.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 packages/git/files/Makefile.patch (limited to 'packages/git/files') diff --git a/packages/git/files/Makefile.patch b/packages/git/files/Makefile.patch deleted file mode 100644 index e360ae917d..0000000000 --- a/packages/git/files/Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) -- cgit v1.2.3