use := for TAR_OPTIONS

SVN-Revision: 5084
This commit is contained in:
Felix Fietkau 2006-10-14 14:52:39 +00:00
parent 06a46fb09d
commit 7bdf50688f
1 changed files with 2 additions and 2 deletions

View File

@ -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: