projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c994ca
)
correct arguments to Build/Prepare/Default
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Sep 2006 21:56:07 +0000
(21:56 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Sep 2006 21:56:07 +0000
(21:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4802
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
ef1fc48
..
396fae6
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-267,7
+267,7
@@
ifneq ($(strip $(PKG_CAT)),)
endif
define Build/Prepare
- $(call Build/Prepare/Default)
+ $(call Build/Prepare/Default
,
)
endef
define Build/Configure/Default
This page took
0.021393 seconds
and
4
git commands to generate.