]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove Useless Assignment in Makefile
authorW. Felix Handte <w@felixhandte.com>
Fri, 1 May 2020 20:33:51 +0000 (16:33 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 4 May 2020 19:20:26 +0000 (15:20 -0400)
lib/Makefile

index 888db2114b9a8cfcc9fde8a17e452c1e1a199bc2..773b20c61f9059dc1253aec2798b04889ee492b5 100644 (file)
@@ -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)