mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
290190f5a6
commit
ca0bd7a35e
@ -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…
x
Reference in New Issue
Block a user