Add a requireheader for squid, should fix it (#2205)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8404 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-08-12 11:53:23 +00:00
parent e35e421a54
commit 95b120dbaa
1 changed files with 8 additions and 0 deletions

View File

@ -47,4 +47,12 @@ define RequireCommand
$$(eval $$(call Require,$(1),$(2)))
endef
define RequireHeader
define Require/$(1)
[ -e "$(1)" ]
endef
$$(eval $$(call Require,$(1),$(2)))
endef
.NOTPARALLEL: