work around a make bug in define/endef handling
SVN-Revision: 3680
This commit is contained in:
parent
20bd5e2b12
commit
4870d7e887
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue