summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar René Scharfe <rene.scharfe@lsrfire.ath.cx>2008-11-23 00:16:59 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-11-23 19:56:57 -0800
commit7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01 (patch)
tree3b5f07a64f65ad5085537fec3e8f214c1efb0b71 /Makefile
parentdaemon: deglobalize variable 'directory' (diff)
downloadtgif-7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01.tar.xz
remove the unused files interpolate.c and interpolate.h
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35adafa011..54e0745246 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,6 @@ LIB_OBJS += grep.o
LIB_OBJS += hash.o
LIB_OBJS += help.o
LIB_OBJS += ident.o
-LIB_OBJS += interpolate.o
LIB_OBJS += levenshtein.o
LIB_OBJS += list-objects.o
LIB_OBJS += ll-merge.o