From 7f7b30959b8e453cbf7571e931cdeb9dbae54743 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Sat, 18 Sep 2010 13:14:59 +0800 Subject: don't make xsel in subshell --- Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7e1c664d..6bc04a6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -345,8 +345,11 @@ test: $(PROGRAMS) fish_tests xsel-1.2.0: tar -xf xsel-1.2.0.tar.gz -xsel-1.2.0/xsel: xsel-1.2.0 - cd xsel-1.2.0; ./configure && make || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it." +xsel-1.2.0/Makefile: xsel-1.2.0 + cd xsel-1.2.0 && ./configure + +xsel-1.2.0/xsel: xsel-1.2.0/Makefile + $(MAKE) -C xsel-1.2.0 || echo "Failed to build xsel - either add the required dependencies or use './configure --without-xsel' to disable it." # -- cgit v1.2.3