aflplusplus: init at 2.59c

This commit is contained in:
Robert Scott
2020-04-18 19:52:11 +01:00
parent cd3bc38f40
commit fbc11b4f02
6 changed files with 300 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index d6b9dc1..ce7c493 100644
--- a/Makefile
+++ b/Makefile
@@ -601,7 +601,7 @@ install-localstatedir:
endif
-install: all $(if $(BUILD_DOCS),install-doc) install-datadir install-localstatedir
+install: all $(if $(BUILD_DOCS),install-doc) install-datadir
ifneq ($(TOOLS),)
$(call install-prog,$(subst qemu-ga,qemu-ga$(EXESUF),$(TOOLS)),$(DESTDIR)$(bindir))
endif