move '-' parameter to TAR_OPTIONS, so that packages can append commands
[openwrt-10.03/.git] / rules.mk
index be269e77f33c9b308bc5bd01c255411e99ab21d0..96a54c9fea832d20a4c22d95bea8e68d3f10d28b 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -106,9 +106,9 @@ ifneq ($(CONFIG_LARGEFILE),y)
 endif
 
 ifeq ($(CONFIG_TAR_VERBOSITY),y)
-  TAR_OPTIONS=-xvf
+  TAR_OPTIONS=-xvf -
 else
-  TAR_OPTIONS=-xf
+  TAR_OPTIONS=-xf -
 endif
 
 all: