mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
work around a make bug in define/endef handling
SVN-Revision: 3680
This commit is contained in:
parent
20bd5e2b12
commit
4870d7e887
@ -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