remove some debug code that slipped into the commit

SVN-Revision: 6583
This commit is contained in:
Felix Fietkau 2007-03-16 20:32:32 +00:00
parent 24faf55360
commit 12051a5761
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ ifeq ($(strip $(PKG_UNPACK)),)
UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) | UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) |
endif endif
ifeq ($(filter tgz tbz tbz2,$(EXT1)),$(EXT1)) ifeq ($(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
$(error FOO: $(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
EXT:=tar EXT:=tar
endif endif
UNPACK ?= cat $(DL_DIR)/$(PKG_SOURCE) | UNPACK ?= cat $(DL_DIR)/$(PKG_SOURCE) |