Makefile: use $^ to avoid listing prerequisites on the command line
commit21117bfeac37d6000e2d8c0b69a146ff3717f961
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 8 Jun 2013 22:38:58 +0000 (8 17:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Jun 2013 21:45:12 +0000 (9 14:45 -0700)
tree36482b57cee98d75b9ffbcbbdbe131e2cbcf1598
parent7ded0554010f520940704d8588821f1c0e8307ab
Makefile: use $^ to avoid listing prerequisites on the command line

There's no need to list again the prerequisites.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile