From 22c6542691470f597fe639e9db4bfa17601d897f Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 24 Mar 2008 05:03:36 +0000 Subject: [PATCH] Add missing closing paren --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 2317feba354..f9b59e92f59 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -518,7 +518,7 @@ Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \ $(srcdir)/Objects/unicodetype_db.h BYTESTR_DEPS = \ - $(srcdir/Include/bytes_methods.h \ + $(srcdir)/Include/bytes_methods.h \ $(srcdir)/Objects/stringlib/count.h \ $(srcdir)/Objects/stringlib/ctype.h \ $(srcdir)/Objects/stringlib/eq.h \