Remove unnecessary call to Makefile.inc
authorMax Dymond <cmeister2@gmail.com>
Sun, 30 Jun 2019 19:16:03 +0000 (20:16 +0100)
committerMax Dymond <cmeister2@gmail.com>
Sun, 30 Jun 2019 19:16:03 +0000 (20:16 +0100)
ossfuzz/Makefile

index 7812c41..bd01123 100644 (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: