Makefile: Replace merge-file.h with merge-blobs.h in LIB_H
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 22 Jan 2013 16:47:47 +0000 (16:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 18:47:47 +0000 (10:47 -0800)
Commit fa2364ec ("Which merge_file() function do you mean?", 06-12-2012)
renamed the files merge-file.[ch] to merge-blobs.[ch], but forgot to
rename the header file in the definition of the LIB_H macro.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found