summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) $@; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback