Skip to content

Commit ccbc0ca

Browse files
committed
fix compile bug:
gcc: error: directory": No such file or directory
1 parent 5c0fdf9 commit ccbc0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
455455
$(SIGNAL_OBJS) \
456456
$(MODOBJS) \
457457
$(srcdir)/Modules/getbuildinfo.c
458-
$(CC) -c $(PY_CFLAGS) -DSVNVERSION=\"`LANG=C $(SVNVERSION)`\" -o $@ $(srcdir)/Modules/getbuildinfo.c
458+
$(CC) -c $(PY_CFLAGS) -DSVNVERSION="\"`LANG=C $(SVNVERSION)`\"" -o $@ $(srcdir)/Modules/getbuildinfo.c
459459

460460
Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
461461
$(CC) -c $(PY_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \

0 commit comments

Comments
 (0)