Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Jul 10, 2024
1 parent 1ce667f commit 163f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ bininstall: commoninstall altbininstall
echo "Creating directory $(LIBPC)"; \
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
fi
-if test "$(ABIFLAGS)"; then \
-if test "$(ABIFLAGS)"; then \
if test -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE) -o -h $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); then \
rm -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); \
fi; \
Expand Down

0 comments on commit 163f522

Please sign in to comment.