summaryrefslogtreecommitdiff
path: root/Makefile.subdir
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-17 21:05:15 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-17 21:05:15 +0000
commitdfcf7dba0b2d8ad6eb9d8540e92804e70205b8fb (patch)
tree6cc700c94a4a72e5f4b758803b079dfed059e054 /Makefile.subdir
parentfdc93191d331c6bd4a2934eb5cbeb18d78cb078d (diff)
update-copyright.pl now retrieves and incorporates author information from repository history; re-ran update-copyright.pl; cleaned up some things with make
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