Skip to content

Commit deef17c

Browse files
committed
add echo
1 parent 8aae7e1 commit deef17c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.pre.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2601,12 +2601,14 @@ inclinstall:
26012601
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal; \
26022602
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal; \
26032603
done
2604-
$(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc
2604+
echo $(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h
2605+
$(INSTALL_DATA) $(srcdir)/Include/internal/mimalloc/mimalloc.h $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc.h
26052606
@for i in $(srcdir)/Include/internal/mimalloc/mimalloc/*.h; \
26062607
do \
26072608
echo $(INSTALL_DATA) $$i $(INCLUDEPY)/internal/mimalloc/mimalloc; \
26082609
$(INSTALL_DATA) $$i $(DESTDIR)$(INCLUDEPY)/internal/mimalloc/mimalloc; \
26092610
done
2611+
echo $(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h
26102612
$(INSTALL_DATA) pyconfig.h $(DESTDIR)$(CONFINCLUDEPY)/pyconfig.h
26112613

26122614
# Install the library and miscellaneous stuff needed for extending/embedding

0 commit comments

Comments
 (0)