diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-12-19 17:20:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-12-19 17:20:11 +0000 |
commit | 15e48ec580ecf616892833f754759e28da57012d (patch) | |
tree | d2e7abcb287866f3df3692ce3d9c8b612152756e /packages/git/files | |
parent | a4f2e81674c1de8e29d4c03de851a2d133536688 (diff) |
git: fix case of the disappearing snapshots by adding a stable release
Diffstat (limited to 'packages/git/files')
-rw-r--r-- | packages/git/files/Makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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) |