summaryrefslogtreecommitdiff
path: root/Makefile.subdir
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.subdir')
-rw-r--r--Makefile.subdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.subdir b/Makefile.subdir
index 590b3ea4e..6470510d9 100644
--- a/Makefile.subdir
+++ b/Makefile.subdir
@@ -4,7 +4,7 @@ builddir = $(topdir)/builds/$(CURRENT_BUILD)/$(srcdir)
.PHONY: _default_build_ all
_default_build_: all
-%:
+all %:
@if test -e $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback