projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Brazilian translation update
[apt.git]
/
buildlib
/
program.mak
diff --git
a/buildlib/program.mak
b/buildlib/program.mak
index 98bea9aa5e4a14ae2f5b6d8450e2cbdc194002d2..e0e76316c8e79d509bba8c0f6e9803a5279e75a7 100644
(file)
--- a/
buildlib/program.mak
+++ b/
buildlib/program.mak
@@
-24,6
+24,12
@@
program: $(BIN)/$(PROGRAM)
clean: clean/$(LOCAL)
veryclean: veryclean/$(LOCAL)
+TYPE = src
+include $(PODOMAIN_H)
+
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(BIN)
+
# The clean rules
.PHONY: clean/$(LOCAL) veryclean/$(LOCAL)
clean/$(LOCAL):