projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ae2049b
)
fix error
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 May 2006 17:18:59 +0000
(17:18 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 May 2006 17:18:59 +0000
(17:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3761
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
22f7e26
..
f3a1287
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-80,6
+80,7
@@
ifeq ($(CONFIG_PACKAGE_$(1)),y)
install-targets: $$(INFO_$(1))
endif
install-targets: $$(INFO_$(1))
endif
+ifneq ($$(COMPILE_$(1)),)
compile-targets: $$(IPKG_$(1))
endif
compile-targets: $$(IPKG_$(1))
endif
This page took
0.024768 seconds
and
4
git commands to generate.