mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:10:39 +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),)
|
||||
all: dumpinfo
|
||||
else
|
||||
all: compile
|
||||
endif
|
||||
|
||||
define Build/DefaultTargets
|
||||
$(PKG_BUILD_DIR)/.prepared:
|
||||
@ -35,7 +35,6 @@ package-recompile:
|
||||
define Build/DefaultTargets
|
||||
endef
|
||||
endef
|
||||
endif
|
||||
|
||||
define Package/Default
|
||||
CONFIGFILE:=
|
||||
|
Loading…
Reference in New Issue
Block a user