diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-05 10:33:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-05 10:33:59 (GMT) |
commit | c5bf5a00a35dae7d31d1b6eeada0567d7973c5c7 (patch) | |
tree | 3f9fdb52b1895205530adc2dd8ceddf3d02b67ad /Makefile.pre.in | |
parent | dea59e5755526be328aa6d330ce730e387a7562d (diff) | |
download | cpython-c5bf5a00a35dae7d31d1b6eeada0567d7973c5c7.zip cpython-c5bf5a00a35dae7d31d1b6eeada0567d7973c5c7.tar.gz cpython-c5bf5a00a35dae7d31d1b6eeada0567d7973c5c7.tar.bz2 |
Always set SVNVERSION to "exported" if it otherwise fails.
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 3d08837..1cc43e6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -438,7 +438,7 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \ $(SIGNAL_OBJS) \ $(MODOBJS) \ $(srcdir)/Modules/getbuildinfo.c - $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION) $(srcdir)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c + $(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile $(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \ |