projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
append the dist (e.g. sid, wheezy) as a query string when
[apt.git]
/
buildlib
/
staticlibrary.mak
diff --git
a/buildlib/staticlibrary.mak
b/buildlib/staticlibrary.mak
index 0835fe8a073b0062c41dc49addddcbc7946d477f..ce9259dc03014c0629c7077b0177b505fa6c3a8c 100644
(file)
--- a/
buildlib/staticlibrary.mak
+++ b/
buildlib/staticlibrary.mak
@@
-24,6
+24,9
@@
library: $($(LOCAL)-LIB)
clean: clean/$(LOCAL)
veryclean: veryclean/$(LOCAL)
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(LIB) $(dir $($(LOCAL)-HEADERS))
+
# The clean rules
.PHONY: clean/$(LOCAL) veryclean/$(LOCAL)
clean/$(LOCAL):