diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 2000-08-17 11:38:18 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 2000-08-17 11:38:18 (GMT) |
commit | 59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4 (patch) | |
tree | 33101fd8c1552223dc681b3614cb7f3e706a4d19 /configure.in | |
parent | 227b1204681a8bd7077bf1f8e9098b7e2e9f4c13 (diff) | |
download | cpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.zip cpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.tar.gz cpython-59bb0800dfa75cc8ee4657926cc5b7cf2c66f3e4.tar.bz2 |
Fix up problems when compiling in a directory other than the source
directory.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b05ce4b..aeb3223 100644 --- a/configure.in +++ b/configure.in @@ -1167,6 +1167,7 @@ AC_CHECK_TYPE(socklen_t, int) AC_OUTPUT(Makefile \ Objects/Makefile \ Parser/Makefile \ + Grammar/Makefile \ Python/Makefile \ Modules/Makefile.pre \ Modules/Setup.config) |