From 66d5871ead74ae363274f221c9fa5945c18c4aa2 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Tue, 27 Mar 2007 10:13:42 +0000 Subject: [PATCH] Makefile: remove test-chmtime program in target clean. While running 'make test', the test-chmtime program is created, and should be cleaned up on 'make clean'. Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51c1fed711..960f98e801 100644 --- a/Makefile +++ b/Makefile @@ -963,7 +963,7 @@ dist-doc: clean: rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \ - $(LIB_FILE) $(XDIFF_LIB) + test-chmtime$X $(LIB_FILE) $(XDIFF_LIB) rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags rm -rf autom4te.cache -- 2.11.4.GIT