Browse Source

missing backslash

Nick Mathewson 7 years ago
parent
commit
1c7862bfb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/fuzz/include.am

+ 1 - 1
src/test/fuzz/include.am

@@ -19,7 +19,7 @@ FUZZING_LIBS = \
 	@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \
 	@TOR_SYSTEMD_LIBS@
 
-oss-fuzz-prereqs:
+oss-fuzz-prereqs: \
 	src/or/libtor-testing.a \
 	src/common/libor-crypto-testing.a \
 	$(LIBKECCAK_TINY) \