diff --git a/Makefile.in b/Makefile.in index 4e9d0bea..12cde70c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -155,7 +155,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \ $(srcroot)src/tcache.c \ $(srcroot)src/test_hooks.c \ $(srcroot)src/thread_event.c \ - $(srcroot)src/thread_event_registry.c \ + $(srcroot)src/thread_event_registry.c \ $(srcroot)src/ticker.c \ $(srcroot)src/tsd.c \ $(srcroot)src/util.c \