projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix pcmcia submenu (broken by [8520])
[openwrt.git]
/
include
/
subdir.mk
diff --git
a/include/subdir.mk
b/include/subdir.mk
index
e985c30
..
217d6bc
100644
(file)
--- a/
include/subdir.mk
+++ b/
include/subdir.mk
@@
-36,8
+36,8
@@
endef
# Parameters: <subdir> <name> <target>
define stampfile
# Parameters: <subdir> <name> <target>
define stampfile
- $(1)/stamp-$(3):=$(STAGING_DIR)/stamp
files
/.$(2)_$(3)
- $(if
__rdep_$(1
),,
+ $(1)/stamp-$(3):=$(STAGING_DIR)/stamp/.$(2)_$(3)
+ $(if
$(__rdep_$(1)
),,
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
__rdep_$(1):=1
)
$(call rdep,$(1),$$($(1)/stamp-$(3)),)
__rdep_$(1):=1
)
This page took
0.024462 seconds
and
4
git commands to generate.