1
Fork 0
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:
Ludovic Courtès 2023-06-05 10:26:07 +02:00
parent a6ec043f7a
commit b14ce93fa9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
3 changed files with 33 additions and 33 deletions

View file

@ -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