gitweb: Add support to Link: tag
[gitweb.git] / Makefile
index cf2c40b44f8383d002235400660d76ef7f6de33c..91ec231fb56426e56fec503cf87fdd892a965b7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2023,7 +2023,7 @@ configure: configure.ac
        $(RM) $<+
 
 # These can record GIT_VERSION
-git.o git.spec \
+git.o git.spec http.o \
        $(patsubst %.sh,%,$(SCRIPT_SH)) \
        $(patsubst %.perl,%,$(SCRIPT_PERL)) \
        : GIT-VERSION-FILE
@@ -2635,7 +2635,6 @@ dist-doc:
 
 distclean: clean
        $(RM) configure
-       $(RM) po/git.pot
 
 profile-clean:
        $(RM) $(addsuffix *.gcda,$(addprefix $(PROFILE_DIR)/, $(object_dirs)))