projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc57f9
)
add lilo prereq (as86 and ld86)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Nov 2006 08:41:57 +0000
(08:41 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Nov 2006 08:41:57 +0000
(08:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5471
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/lilo/Makefile
patch
|
blob
|
history
diff --git
a/utils/lilo/Makefile
b/utils/lilo/Makefile
index
3e7ce41
..
ec8c5f2
100644
(file)
--- a/
utils/lilo/Makefile
+++ b/
utils/lilo/Makefile
@@
-35,7
+35,6
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) alles
- $(STRIP) $(PKG_BUILD_DIR)/lilo.static
endef
define Package/lilo/install
@@
-47,3
+46,9
@@
define Package/lilo/install
endef
$(eval $(call BuildPackage,lilo))
+
+$(foreach command, as86 ld86, \
+ $(eval $(call RequireCommand,$(command), \
+ $(PKG_NAME) requires $(command). \
+ )) \
+)