Remove unnecessary call to Makefile.inc

This commit is contained in:
Max Dymond 2019-06-30 20:16:03 +01:00
parent e2a33f12e1
commit f3ec519f59
No known key found for this signature in database
GPG Key ID: 12A8D9E2219BD5FA

View File

@ -35,8 +35,6 @@ LZ4_CFLAGS = $(CFLAGS) $(DEBUGFLAGS) $(MOREFLAGS)
LZ4_CXXFLAGS = $(CXXFLAGS) $(DEBUGFLAGS) $(MOREFLAGS)
LZ4_CPPFLAGS = $(CPPFLAGS) -I$(LZ4DIR) -DXXH_NAMESPACE=LZ4_
include ../Makefile.inc
# Include a rule to build the static library if calling this target
# directly.
$(LZ4DIR)/liblz4.a: