remove some debug code that slipped into the commit
[openwrt/openwrt.git] / include / unpack.mk
index 10e6c25bf5418b5a7fcebc62b036cd05815c827b..e195f316f6787fe9d3d025819319673b579e58b0 100644 (file)
@@ -27,7 +27,6 @@ ifeq ($(strip $(PKG_UNPACK)),)
       UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) |
     endif
     ifeq ($(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
-      $(error FOO: $(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
       EXT:=tar
     endif
     UNPACK ?= cat $(DL_DIR)/$(PKG_SOURCE) |