Browse Source

use := for TAR_OPTIONS

SVN-Revision: 5084
Felix Fietkau 19 years ago
parent
commit
7bdf50688f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rules.mk

+ 2 - 2
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: