We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce667f commit 163f522Copy full SHA for 163f522
Makefile.pre.in
@@ -2274,7 +2274,7 @@ bininstall: commoninstall altbininstall
2274
echo "Creating directory $(LIBPC)"; \
2275
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
2276
fi
2277
- -if test "$(ABIFLAGS)"; then \
+ -if test "$(ABIFLAGS)"; then \
2278
if test -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE) -o -h $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); then \
2279
rm -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); \
2280
fi; \
0 commit comments