Skip to content

Commit c0f3b47

Browse files
authored
Update Makefile.pre.in
1 parent b0c346c commit c0f3b47

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
@@ -2601,7 +2601,7 @@ inclinstall:
26012601
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal; \
26022602
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal; \
26032603
done
2604-
echo $(INSTALL_DATA) pyconfig.h $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
2604+
echo $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
26052605
$(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc.h
26062606
@for i in $(srcdir)/Include/internal/mimalloc/mimalloc/*.h; \
26072607
do \

0 commit comments

Comments
 (0)