mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:59:21 +02:00
work around a make bug in define/endef handling
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3680 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae5ab94ef5
commit
fb0f560057
@ -1,8 +1,8 @@
|
|||||||
# default target
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
all: dumpinfo
|
all: dumpinfo
|
||||||
else
|
else
|
||||||
all: compile
|
all: compile
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/DefaultTargets
|
define Build/DefaultTargets
|
||||||
$(PKG_BUILD_DIR)/.prepared:
|
$(PKG_BUILD_DIR)/.prepared:
|
||||||
@ -35,7 +35,6 @@ package-recompile:
|
|||||||
define Build/DefaultTargets
|
define Build/DefaultTargets
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
endif
|
|
||||||
|
|
||||||
define Package/Default
|
define Package/Default
|
||||||
CONFIGFILE:=
|
CONFIGFILE:=
|
||||||
|
Loading…
Reference in New Issue
Block a user