Skip to content

Commit dd23ad9

Browse files
colindeanGitHub Enterprise
authored andcommitted
Fix whitespace in Makefile
1 parent af902a1 commit dd23ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ endif
247247
# distro Python in CI, which is why deps-ci doesn't install Python!
248248
ifeq ($(shell uname -s), Linux)
249249
PYENV_FLAGS = CFLAGS="$(shell pkg-config --cflags libffi ncurses readline)" \
250-
LDFLAGS="$(shell pkg-config --libs libffi ncurses readline)" \
251-
CC="$(firstword $(wildcard $(shell brew --prefix gcc)/bin/gcc-*))"
250+
LDFLAGS="$(shell pkg-config --libs libffi ncurses readline)" \
251+
CC="$(firstword $(wildcard $(shell brew --prefix gcc)/bin/gcc-*))"
252252
endif
253253

254254
$(PYTHON_EXEC): $(PYTHON_VERSION_FILE)

0 commit comments

Comments
 (0)