]> git.saurik.com Git - apt.git/blobdiff - buildlib/staticlibrary.mak
* merged debian-sid
[apt.git] / buildlib / staticlibrary.mak
index 0835fe8a073b0062c41dc49addddcbc7946d477f..ce9259dc03014c0629c7077b0177b505fa6c3a8c 100644 (file)
@@ -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):