projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add lilo prereq (as86 and ld86)
[openwrt/svn-archive/archive.git]
/
utils
/
lilo
/
Makefile
diff --git
a/utils/lilo/Makefile
b/utils/lilo/Makefile
index 3e7ce415c61bea2728389ce2fb35411af66973ad..ec8c5f20fb2d4c49b3e018a861278ffc0682fcf7 100644
(file)
--- a/
utils/lilo/Makefile
+++ b/
utils/lilo/Makefile
@@
-35,7
+35,6
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) alles
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) alles
- $(STRIP) $(PKG_BUILD_DIR)/lilo.static
endef
define Package/lilo/install
endef
define Package/lilo/install
@@
-47,3
+46,9
@@
define Package/lilo/install
endef
$(eval $(call BuildPackage,lilo))
endef
$(eval $(call BuildPackage,lilo))
+
+$(foreach command, as86 ld86, \
+ $(eval $(call RequireCommand,$(command), \
+ $(PKG_NAME) requires $(command). \
+ )) \
+)