From 4d305551927b2a667acaa796fb86d86aa6364b01 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 29 Oct 2010 21:08:41 +0000 Subject: portability updates to build system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf95f419e..19cd9712b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ builddir = builds .PHONY: _default_build_ all _default_build_: all all %: - @if test -e $(builddir); then \ + @if test -d $(builddir); then \ echo cd $(builddir); \ cd $(builddir); \ echo $(MAKE) $@; \ -- cgit v1.2.3