work around a make bug in define/endef handling
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Apr 2006 03:53:28 +0000 (03:53 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Apr 2006 03:53:28 +0000 (03:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3680 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/rules.mk

index f64e969..ac9b98d 100644 (file)
@@ -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:=
This page took 0.026575 seconds and 4 git commands to generate.