summaryrefslogtreecommitdiff
path: root/buildlib
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 12:05:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 12:05:22 +0200
commit7c69574c5bec814cc3cb58701d2beccfe6093add (patch)
tree31c0bdc25a31f43e3682afed84c1fab1b4131a52 /buildlib
parent04b73012bd80884d26da7157ee0c37f70f2c0b9c (diff)
add 'dirs' target to the 'all' target to ensure that for e.g. the tests
all (sub)directories are build which are needed (e.g. obj/ and co)
Diffstat (limited to 'buildlib')
-rw-r--r--buildlib/defaults.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/defaults.mak b/buildlib/defaults.mak
index bf93bd2ee..d4269e05f 100644
--- a/buildlib/defaults.mak
+++ b/buildlib/defaults.mak
@@ -118,7 +118,7 @@ MKDIRS := $(BIN)
# list
.PHONY: headers library clean veryclean all binary program doc dirs
.PHONY: maintainer-clean dist-clean distclean pristine sanity
-all: binary doc
+all: dirs binary doc
binary: library program
maintainer-clean dist-clean distclean pristine sanity: veryclean
headers library clean veryclean program: