From: W. Felix Handte Date: Fri, 1 May 2020 20:33:51 +0000 (-0400) Subject: Remove Useless Assignment in Makefile X-Git-Tag: v1.4.5^2~43^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b75d772b1dc94c909d79f3c0b411d47f7a920ed;p=thirdparty%2Fzstd.git Remove Useless Assignment in Makefile --- diff --git a/lib/Makefile b/lib/Makefile index 888db2114..773b20c61 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -122,7 +122,6 @@ ifneq ($(ZSTD_LEGACY_SUPPORT), 0) ifeq ($(shell test $(ZSTD_LEGACY_SUPPORT) -lt 8; echo $$?), 0) ZSTD_FILES += $(shell ls legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]') endif - CPPFLAGS += endif CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)