use := for TAR_OPTIONS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5084 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-10-14 14:52:39 +00:00
parent 8d1376dd1e
commit e43cd5ba64

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: