mirror of
https://github.com/facebook/zstd.git
synced 2025-11-28 00:04:28 -05:00
Remove Useless Assignment in Makefile
This commit is contained in:
parent
7dcca6bc64
commit
7b75d772b1
@ -122,7 +122,6 @@ ifneq ($(ZSTD_LEGACY_SUPPORT), 0)
|
|||||||
ifeq ($(shell test $(ZSTD_LEGACY_SUPPORT) -lt 8; echo $$?), 0)
|
ifeq ($(shell test $(ZSTD_LEGACY_SUPPORT) -lt 8; echo $$?), 0)
|
||||||
ZSTD_FILES += $(shell ls legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
|
ZSTD_FILES += $(shell ls legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
|
||||||
endif
|
endif
|
||||||
CPPFLAGS +=
|
|
||||||
endif
|
endif
|
||||||
CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)
|
CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user