author | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 06:11:17 +0000 (23:11 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 06:11:17 +0000 (23:11 -0700) | ||
commit | 71459c193d04870076efa0a387c317390b53e3e2 | |
tree | dd2c781888ec22d24c1019fbfd6d293bc3af2261 | tree | snapshot |
parent | 36932eab772dc621e79d615fda425ecf87e6d74e | commit | diff |
Makefile: remove and create libgit.a from scratch.
Foolishly I renamed diff.o around which caused an old diff.o
taken out of libgit.a and got linked into resulting binary and
exhibited mysterious breakage for many people. This borrows
from the kernel Makefile (scripts/Makefile.build) to first remove
the target and then recreate.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Foolishly I renamed diff.o around which caused an old diff.o
taken out of libgit.a and got linked into resulting binary and
exhibited mysterious breakage for many people. This borrows
from the kernel Makefile (scripts/Makefile.build) to first remove
the target and then recreate.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |