1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* debugger/Makefile.am (subpkgdatadir): VERSION ->

GUILE_EFFECTIVE_VERSION.
This commit is contained in:
Rob Browning 2002-12-09 00:49:38 +00:00
parent 056eff7ccc
commit 13f6982bc2

View file

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