diff options
author | Guido van Rossum <guido@python.org> | 1997-04-11 15:25:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-11 15:25:08 (GMT) |
commit | 5ad7aaf5fb2e10e75bfc39e0fd49cd34ddcb1fc9 (patch) | |
tree | 6ca86e4dc06e2db470c62ca26b2d17ea66cf43a8 | |
parent | 1e0b19e9e48164e5905f295b3140ff6949d1a7e4 (diff) | |
download | cpython-5ad7aaf5fb2e10e75bfc39e0fd49cd34ddcb1fc9.zip cpython-5ad7aaf5fb2e10e75bfc39e0fd49cd34ddcb1fc9.tar.gz cpython-5ad7aaf5fb2e10e75bfc39e0fd49cd34ddcb1fc9.tar.bz2 |
(Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3c949bb..0733890 100644 --- a/Makefile.in +++ b/Makefile.in @@ -313,6 +313,7 @@ libainstall: all done $(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c $(INSTALL_DATA) $(srcdir)/Modules/getpath.c $(LIBPL)/getpath.c + $(INSTALL_DATA) $(srcdir)/Modules/getbuildinfo.c $(LIBPL)/getbuildinfo.c $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup |