diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-01 13:58:16 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-01 13:58:16 (GMT) |
commit | e1c6af06ec79e8b603ba154da5eb1e47ea2e0d43 (patch) | |
tree | 5b17b8b5d8f28822c1883e01f0a59ae62e55152a /PC | |
parent | 7e28e495a407cea99ca950c7c9c768abb226a685 (diff) | |
download | cpython-e1c6af06ec79e8b603ba154da5eb1e47ea2e0d43.zip cpython-e1c6af06ec79e8b603ba154da5eb1e47ea2e0d43.tar.gz cpython-e1c6af06ec79e8b603ba154da5eb1e47ea2e0d43.tar.bz2 |
The root of the project is two levels up from PC/VS7.1
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS7.1/make_buildinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS7.1/make_buildinfo.c b/PC/VS7.1/make_buildinfo.c index 779ddc2..27580bb 100644 --- a/PC/VS7.1/make_buildinfo.c +++ b/PC/VS7.1/make_buildinfo.c @@ -44,7 +44,7 @@ int make_buildinfo2() if (_stat(command+1, &st) < 0) /* subwcrev.exe not part of the release */ return 0; - strcat(command, "\" .. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c"); + strcat(command, "\" ..\\.. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c"); puts(command); fflush(stdout); if (system(command) < 0) return 0; |