We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51394b8 commit bc66facCopy full SHA for bc66fac
Makefile.pre.in
@@ -1261,8 +1261,8 @@ bininstall: altbininstall
1261
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(LDVERSION)-config python$(VERSION)-config); \
1262
rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION).pc; \
1263
(cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python-$(LDVERSION).pc); \
1264
- rm -f $(DESTDIR)$(LIBPC)/python-embed-$(LDVERSION).pc; \
1265
- (cd $(DESTDIR)$(LIBPC); $(LN) -s python-embed-$(VERSION).pc python-embed-$(LDVERSION).pc); \
+ rm -f $(DESTDIR)$(LIBPC)/python-$(LDVERSION)-embed.pc; \
+ (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION)-embed.pc python-$(LDVERSION)-embed.pc); \
1266
fi
1267
-rm -f $(DESTDIR)$(BINDIR)/python3-config
1268
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python3-config)
0 commit comments