OSDN Git Service

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>
Makefile

index 26ec519..5d00304 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -649,7 +649,7 @@ LIB_H += list-objects.h
 LIB_H += ll-merge.h
 LIB_H += log-tree.h
 LIB_H += mailmap.h
-LIB_H += merge-file.h
+LIB_H += merge-blobs.h
 LIB_H += merge-recursive.h
 LIB_H += mergesort.h
 LIB_H += notes-cache.h