projects
/
physics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
629b1ce
)
directory dependancy moved down
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 25 Jul 2009 23:47:02 +0000
(19:47 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 25 Jul 2009 23:47:02 +0000
(19:47 -0400)
dir.mk
patch
|
blob
|
blame
|
history
diff --git
a/dir.mk
b/dir.mk
index
e69f03c
..
98893ba
100644
(file)
--- a/
dir.mk
+++ b/
dir.mk
@@
-21,14
+21,15
@@
include ${CURDIR}${G_TVARSMK}
include ${CURDIR}${G_RULESMK}
-${L_BLDDIRS_$P}: | $${@D}
-
L_BLDDIRS_$P += ${OBJSDIR_$P}
L_BLDDIRS_$P += ${DEPSDIR_$P}
L_BLDDIRS_$P += ${BINDIR_$P}
L_BLDDIRS_$P += ${DSTCFGDIR_$P}
L_BLDDIRS_$P += ${DSTLIBSDIR_$P}
+# every directory depends on its parent
+${L_BLDDIRS_$P}: | $${@D}
+
L_DEPS += ${L_DEPS_$P}
L_BLDDIRS += ${L_BLDDIRS_$P}