diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-24 05:03:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-24 05:03:36 (GMT) |
commit | 22c6542691470f597fe639e9db4bfa17601d897f (patch) | |
tree | 18e08ab64062723c5d1bacc4bd38cc5c0dfda700 /Makefile.pre.in | |
parent | 4027bf87942a34eee912c2cbbc185f5b60e6a0ff (diff) | |
download | cpython-22c6542691470f597fe639e9db4bfa17601d897f.zip cpython-22c6542691470f597fe639e9db4bfa17601d897f.tar.gz cpython-22c6542691470f597fe639e9db4bfa17601d897f.tar.bz2 |
Add missing closing paren
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 2317feb..f9b59e9 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 \ |