projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d132290
)
kamikaze 7_09 packages/ was broken by [9173]
author
John Crispin
<john@openwrt.org>
Sun, 7 Oct 2007 20:02:59 +0000
(20:02 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 7 Oct 2007 20:02:59 +0000
(20:02 +0000)
SVN-Revision: 9180
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index 125355ba4a49bd41c3f6246dc6439021c1b1953d..2e258a3101a0ebde294307b07e2085bccc0dbd52 100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-68,7
+68,7
@@
define Build/DefaultTargets
compile: $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(STAMP_BUILT)
mkdir -p $(STAGING_DIR)/stampfiles
- $(
Build/InstallDev
)
+ $(
call Build/InstallDev,$(STAGING_DIR)
)
touch $$@
endif