summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-07-25 16:28:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-26 00:08:34 (GMT)
commitd82f33e20dcf068e679eff2a16ecf8fe7b10fb31 (patch)
tree8dc04ec3de24d1466828730988b33b96d8d9a960 /Makefile
parentd9d9e6ee6366fed93a4beff3994bad376f81eabd (diff)
downloadgit-d82f33e20dcf068e679eff2a16ecf8fe7b10fb31.zip
git-d82f33e20dcf068e679eff2a16ecf8fe7b10fb31.tar.gz
git-d82f33e20dcf068e679eff2a16ecf8fe7b10fb31.tar.bz2
Move launch_editor() from builtin-tag.c to editor.c
launch_editor() is declared in strbuf.h but defined in builtin-tag.c. This patch moves launch_editor() into a new source file editor.c, but keeps the declaration in strbuf.h. Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4b8e38..d0add9d 100644
--- a/Makefile
+++ b/Makefile
@@ -410,6 +410,7 @@ LIB_OBJS += diff-no-index.o
LIB_OBJS += diff-lib.o
LIB_OBJS += diff.o
LIB_OBJS += dir.o
+LIB_OBJS += editor.o
LIB_OBJS += entry.o
LIB_OBJS += environment.o
LIB_OBJS += exec_cmd.o