From e196091714dbcc7e06d709190a8e8568b60cc568 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Sat, 18 Sep 2010 13:41:27 +0800 Subject: [PATCH] make clean should clean xsel and make distclean should delete it --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c2329dd40..f02763b20 100644 --- a/Makefile.in +++ b/Makefile.in @@ -867,6 +867,7 @@ distclean: clean rm -f fish.spec Doxyfile.help rm -f etc/config.fish seq share/config.fish rm -f config.status config.log config.h Makefile + rm -rf ${XSEL} .PHONY: distclean @@ -885,8 +886,8 @@ clean: rm -f fish-@PACKAGE_VERSION@.tar.bz2 rm -rf doc; rm -rf fish-@PACKAGE_VERSION@ - rm -rf xsel-0.9.6/ rm -f $(TRANSLATIONS) + -make -C ${XSEL} clean .PHONY: clean