mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
* Makefile.am (EXTRA_DIST): Include ChangeLog-gh and
ChangeLog-threads in the distribution. * Makefile.in: Regenerated.
This commit is contained in:
parent
a6a5a6643d
commit
1773993b8f
2 changed files with 8 additions and 10 deletions
|
@ -78,11 +78,10 @@ check-local:
|
||||||
echo '(+ 1 2 3)' | ./gh_test_c; echo
|
echo '(+ 1 2 3)' | ./gh_test_c; echo
|
||||||
echo '(+ 1 2 3)' | ./gh_test_repl; echo
|
echo '(+ 1 2 3)' | ./gh_test_repl; echo
|
||||||
|
|
||||||
EXTRA_DIST = ChangeLog-scm dynl-dl.c dynl-dld.c dynl-shl.c \
|
EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads dynl-dl.c \
|
||||||
dynl-vms.c DYNAMIC-LINKING cpp_signal.c cpp_errno.c cpp_err_symbols.in \
|
dynl-dld.c dynl-shl.c dynl-vms.c DYNAMIC-LINKING cpp_signal.c cpp_errno.c \
|
||||||
cpp_sig_symbols.in cpp_cnvt.awk \
|
cpp_err_symbols.in cpp_sig_symbols.in cpp_cnvt.awk coop-threads.h.cygnus \
|
||||||
coop-threads.h.cygnus coop-threads.c.cygnus mit-pthreads.h mit-pthreads.c \
|
coop-threads.c.cygnus mit-pthreads.h mit-pthreads.c fsu-pthreads.h
|
||||||
fsu-pthreads.h
|
|
||||||
|
|
||||||
## FIXME: shouldn't directly generate file; instead generate temp file
|
## FIXME: shouldn't directly generate file; instead generate temp file
|
||||||
## and "mv". Consider using timestamp file as well, to avoid
|
## and "mv". Consider using timestamp file as well, to avoid
|
||||||
|
|
|
@ -138,11 +138,10 @@ gh_test_c_LDADD = ${check_ldadd}
|
||||||
gh_test_repl_SOURCES = gh_test_repl.c
|
gh_test_repl_SOURCES = gh_test_repl.c
|
||||||
gh_test_repl_LDADD = ${check_ldadd}
|
gh_test_repl_LDADD = ${check_ldadd}
|
||||||
|
|
||||||
EXTRA_DIST = ChangeLog-scm dynl-dl.c dynl-dld.c dynl-shl.c \
|
EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads dynl-dl.c \
|
||||||
dynl-vms.c DYNAMIC-LINKING cpp_signal.c cpp_errno.c cpp_err_symbols.in \
|
dynl-dld.c dynl-shl.c dynl-vms.c DYNAMIC-LINKING cpp_signal.c cpp_errno.c \
|
||||||
cpp_sig_symbols.in cpp_cnvt.awk \
|
cpp_err_symbols.in cpp_sig_symbols.in cpp_cnvt.awk coop-threads.h.cygnus \
|
||||||
coop-threads.h.cygnus coop-threads.c.cygnus mit-pthreads.h mit-pthreads.c \
|
coop-threads.c.cygnus mit-pthreads.h mit-pthreads.c fsu-pthreads.h
|
||||||
fsu-pthreads.h
|
|
||||||
|
|
||||||
SUFFIXES = .x
|
SUFFIXES = .x
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue