mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove recursive Makefile for 'gc-benchmarks'.
* gc-benchmarks/Makefile.am: Rename to... * gc-benchmarks/local.mk: ... this. Prefix file names with %D%. (benchmarks): Rename to... (gc_benchmarks): ... this. * Makefile.am: Include it. * configure.ac: Don't output 'gc-benchmarks/Makefile'.
This commit is contained in:
parent
a6ec043f7a
commit
b14ce93fa9
3 changed files with 33 additions and 33 deletions
|
@ -38,7 +38,6 @@ SUBDIRS = \
|
|||
examples \
|
||||
test-suite \
|
||||
benchmark-suite \
|
||||
gc-benchmarks \
|
||||
am \
|
||||
doc
|
||||
|
||||
|
@ -141,4 +140,6 @@ $(top_srcdir)/.version:
|
|||
gen-tarball-version:
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
||||
include gc-benchmarks/local.mk
|
||||
|
||||
# Makefile.am ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue