mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* debugger/Makefile.am (subpkgdatadir): VERSION ->
GUILE_EFFECTIVE_VERSION.
This commit is contained in:
parent
056eff7ccc
commit
13f6982bc2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SUBDIRS = breakpoints
|
|||
ice9_debugger_sources = behaviour.scm breakpoints.scm command-loop.scm \
|
||||
commands.scm state.scm trap-hooks.scm trc.scm utils.scm
|
||||
|
||||
subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9/debugger
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger
|
||||
subpkgdata_DATA = $(ice9_debugger_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue