Dear diary, on Tue, Jul 11, 2006 at 12:19:38PM CEST, I got a letter where Alp Toker <alp@xxxxxxxxxx> said that... > diff --git a/Makefile b/Makefile > index 5b7bac8..cb5a5cc 100644 > --- a/Makefile > +++ b/Makefile > @@ -538,7 +538,7 @@ git$X: git.c common-cmds.h $(BUILTIN_OBJ > builtin-help.o: common-cmds.h > > $(BUILT_INS): git$X > - rm -f $@ && ln git$X $@ > + ln -sf git$X $@ > > common-cmds.h: Documentation/git-*.txt > ./generate-cmdlist.sh > $@+ Doesn't the git$X dependency become pointless at this point? -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Snow falling on Perl. White noise covering line noise. Hides all the bugs too. -- J. Putnam - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html